#AF00CC

Color #AF00CC Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AF00CC

Tints of Dark Violet #AF00CC

Color information

#AF00CC (or 0xAF00CC) is unknown color: approx Dark Violet. HEX triplet: AF, 00 and CC. RGB value is (175,0,204). Sum of RGB (Red+Green+Blue) = 175+0+204=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF00CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00CC is #50FF33. Grayscale: #4A4A4A. Windows color (decimal): -5308212 or 13369519. OLE color: 13369519.

HSL color Cylindrical-coordinate representation of color #AF00CC: hue angle of 291.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00CC is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1750204-
CMYK0.14100.2
HSL291.47º100%40%-
HSV(B)291.47º100%80%-
XYZ28.5813.4758.22-
YUV75.58200.48198.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 53.83%
R=46.17%
G=0%
B=53.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17502040.14100.2291.4710040
HexAF0CCE640141236428
Octal25703141614402444314450
Binary10101111011001100111011001000101001001000111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF00CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF00CC; }

 p { color: rgb(175,0,204); }

 H1.HeaderClassName
 {
   color: #AF00CC;
 }
 .AnyTagClassName
 {
   color: #AF00CC;
 }
</style>
background-color css

<style>
 a { background-color: #AF00CC; }

 a { background-color: rgb(175,0,204); }

 div.DivClassName
 {
   background-color: #AF00CC;
 }
 .BgClassName
 {
   background-color: #AF00CC;
 }
</style>
border-color css

<style>
 span { border-color: #AF00CC; }

 span { border-color: rgb(175,0,204); }

 td.TdClassName
 {
   border-color: #AF00CC;
 }
 .TagClassName
 {
   border-color: #AF00CC;
 }
</style>