#AF06CB

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

Shades of Dark Violet #AF06CB

Tints of Dark Violet #AF06CB

Color information

#AF06CB (or 0xAF06CB) is unknown color: approx Dark Violet. HEX triplet: AF, 06 and CB. RGB value is (175,6,203). Sum of RGB (Red+Green+Blue) = 175+6+203=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF06CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF06CB is #50F934. Grayscale: #4E4E4E. Windows color (decimal): -5306677 or 13305519. OLE color: 13305519.

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

Color convert

RGB1756203-
CMYK0.140.9700.20
HSL291.47º94.26%40.98%-
HSV(B)291.47º97.04%79.61%-
XYZ28.5213.5657.61-
YUV78.99197.99196.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 6 (2.73% from 255) = 1.56%
BLUE value IS 203 (79.69% from 255) = 52.86%
R=45.57%
G=1.56%
B=52.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17562030.140.9700.20291.4794.2640.98
HexAF6CBE610141235e29
Octal25763131614102444313651
Binary1010111111011001011111011000010101001001000111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF06CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF06CB; }

 p { color: rgb(175,6,203); }

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

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

 a { background-color: rgb(175,6,203); }

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

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

 span { border-color: rgb(175,6,203); }

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