Html Css Color HEX #AF02CC Dark Violet

📋 copy color: '#AF02CC'

red 175 ◦ green 2 ◦ blue 204

#AF02CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AF02CC

Tints of Dark Violet #AF02CC

RGB

 RED value IS 175 (68.75% from 255) = 45.93%

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 45.93%
G = 0.52%
B = 53.54%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF02CC (or 0xAF02CC) is known color: Dark Violet. HEX triplet: AF, 02 and CC. RGB value is (175,2,204). Sum of RGB (Red+Green+Blue) = 175+2+204=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF02CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02CC is #50FD33. Grayscale: #4C4C4C. Windows color (decimal): -5307700 or 13370031. OLE color: 13370031.

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

Color convert

RGB 175 2 204 -
CMYK 0.14 0.99 0 0.2
HSL 291.39º 0.98% 0.4% -
HSV(B) 291.39º 0.99% 0.8% -
XYZ 28.6 13.52 58.23 -
YUV 76.76 199.81 198.07 -
System Red Green Blue C M Y K H S L
Decimal 175 2 204 0.14 0.99 0 0.2 291.39 0.98 0.4
Hex AF 2 CC E 63 0 14 123 62 28
Octal 257 2 314 16 143 0 24 443 142 50
Binary 10101111 10 11001100 1110 1100011 0 10100 100100011 1100010 101000

Color Harmonies of #AF02CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF02CC

Black with #AF02CC

Text Example


Text Example

White with #AF02CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF02CC; }

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

 H1.HeaderClassName
 {
   color: #AF02CC;
 }
 .AnyTagClassName
 {
   color: #AF02CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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