COLOR #AF0068

HEX: #AF0068
RGB: (175,0,104)

Color info

#AF0068 contains mainly red color. Web safe color of #AF0068 is #990066 (or #906).

RGB color model

#AF0068 color RGB value is (175,0,104).

  • red value is 175;
  • green value is 0;
  • blue value is 104.
RGB:
(175,0,104)
(69%,0%,41%)

RGB channels and saturation

R 175 of 255 = 69%
G 0 of 255 = 0%
B 104 of 255 = 41%

175
0
104

R + G + B ~ 37%. #AF0068 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 0 + 104 = 279 (100%)
R 175 of 279 ~ 62.72%
G 0 of 279 ~ 0%
B 104 of 279 ~ 37.28%

%62.72
%37.28

CMYK color model

#AF0068 color CMYK value is (0,100,41,31).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 40.57%
  • key color value is 31.37%
CMYK:
(0,100,41,31)
C0M100Y41K31 
(0%,100%,41%,31%)
(0.00/1.00/0.41/0.31)	

CMYK percentages

%0
%100
%40.57
%31.37

Codes

Color #AF0068 in popluar color models

AF0068
RGB1750104
HSL324°100.00%34.31%
HSB/HSV324°100.00%68.63%
CMYK0.00%100.00%40.57%
31.37%

Color #AF0068 in popluar number systems.

HEXAF0068
Decimal1750104
Binary1010111101101000
Octal2570150

Shades and tints

Shades of #AF0068

#AF0068
(175,0,104)
#A0005F
(160,0,95)
#910056
(145,0,86)
#82004D
(130,0,77)
#730044
(115,0,68)
#64003B
(100,0,59)
#550032
(85,0,50)
#460029
(70,0,41)
#370020
(55,0,32)
#280017
(40,0,23)
#19000E
(25,0,14)
#000000
(0,0,0)

Tints of #AF0068

#AF0068
(175,0,104)
#B61775
(182,23,117)
#BD2E82
(189,46,130)
#C4458F
(196,69,143)
#CB5C9C
(203,92,156)
#D273A9
(210,115,169)
#D98AB6
(217,138,182)
#E0A1C3
(224,161,195)
#E7B8D0
(231,184,208)
#EECFDD
(238,207,221)
#F5E6EA
(245,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF0068 color. Also use rgb(175,0,104) instead hex code.

Text Font Color

.myTextColor { color: #AF0068; }

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

This text font color is #AF0068.


Background Color

.myBgColor { background-color: #AF0068; }

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

This div background color is #AF0068.


Border color

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

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

This div border color is #AF0068.


Opacity

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

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

Text with #AF0068 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 #AF0068;}

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

This text has shadow with #AF0068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF0068 on black background.


Color preview on white background

This text has color #AF0068 on white background.



Black color preview on #AF0068 background

This text has black color on #AF0068 background.


White color preview on #AF0068 background

This text has white color on #AF0068 background.