COLOR #AF62BD

HEX: #AF62BD
RGB: (175,98,189)

Color info

#AF62BD contains mainly red and blue colors. Web safe color of #AF62BD is #9966CC (or #96C).

RGB color model

#AF62BD color RGB value is (175,98,189).

  • red value is 175;
  • green value is 98;
  • blue value is 189.
RGB:
(175,98,189)
(69%,38%,74%)

RGB channels and saturation

R 175 of 255 = 69%
G 98 of 255 = 38%
B 189 of 255 = 74%

175
98
189

R + G + B ~ 60%. #AF62BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 98 + 189 = 462 (100%)
R 175 of 462 ~ 37.88%
G 98 of 462 ~ 21.21%
B 189 of 462 ~ 40.91%

%37.88
%21.21
%40.91

CMYK color model

#AF62BD color CMYK value is (7,48,0,26).

  • cyan value is 7.41%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(7,48,0,26)
C7M48Y0K26 
(7%,48%,0%,26%)
(0.07/0.48/0.00/0.26)	

CMYK percentages

%7.41
%48.15
%0
%25.88

Codes

Color #AF62BD in popluar color models

AF62BD
RGB17598189
HSL291°40.81%56.27%
HSB/HSV291°48.15%74.12%
CMYK7.41%48.15%0.00%
25.88%

Color #AF62BD in popluar number systems.

HEXAF62BD
Decimal17598189
Binary10101111110001010111101
Octal257142275

Shades and tints

Shades of #AF62BD

#AF62BD
(175,98,189)
#A05AAC
(160,90,172)
#91529B
(145,82,155)
#824A8A
(130,74,138)
#734279
(115,66,121)
#643A68
(100,58,104)
#553257
(85,50,87)
#462A46
(70,42,70)
#372235
(55,34,53)
#281A24
(40,26,36)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #AF62BD

#AF62BD
(175,98,189)
#B670C3
(182,112,195)
#BD7EC9
(189,126,201)
#C48CCF
(196,140,207)
#CB9AD5
(203,154,213)
#D2A8DB
(210,168,219)
#D9B6E1
(217,182,225)
#E0C4E7
(224,196,231)
#E7D2ED
(231,210,237)
#EEE0F3
(238,224,243)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF62BD color. Also use rgb(175,98,189) instead hex code.

Text Font Color

.myTextColor { color: #AF62BD; }

<p style="color:#AF62BD">This sample text font color is #AF62BD.</p>

This text font color is #AF62BD.


Background Color

.myBgColor { background-color: #AF62BD; }

<div style="background-color:#AF62BD">Inner text</div>

This div background color is #AF62BD.


Border color

.myBorderColor { border: 1px solid #AF62BD; }

<div style="border:3px solid #AF62BD">Div</div>

This div border color is #AF62BD.


Opacity

.myOpacity80 { color: #AF62BD; opacity: 0.8; }

<p style="color:#AF62BD;opacity:0.8;">80%</p>

Text with #AF62BD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AF62BD;}

<p style="text-shadow: 3px 3px 1px #AF62BD">Text here.</p>

This text has shadow with #AF62BD color.

.textShadow {text-shadow: 3px 3px 1px #AF62BD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AF62BD, 5px 5px 20px red">Text here.</p>

This text has shadow with #AF62BD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF62BD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AF62BD, Direction=45, Strength=4)">Text</p>

This text has shadow with #AF62BD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AF62BD;
  -webkit-box-shadow:	1px 1px 3px 2px #AF62BD;
  box-shadow:		1px 1px 3px 2px #AF62BD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF62BD;
-webkit-box-shadow: 1px 1px 3px 2px #AF62BD;
box-shadow:1px 1px 3px 2px #AF62BD;">
Div content here</div>
This div box has shadow with color #AF62BD.

Preview

Color preview on black background

This text has color #AF62BD on black background.


Color preview on white background

This text has color #AF62BD on white background.



Black color preview on #AF62BD background

This text has black color on #AF62BD background.


White color preview on #AF62BD background

This text has white color on #AF62BD background.