Html Css Color HEX #AC02CC Dark Violet

📋 copy color: '#AC02CC'

red 172 ◦ green 2 ◦ blue 204

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

Shades of Dark Violet #AC02CC

Tints of Dark Violet #AC02CC

RGB

 RED value IS 172 (67.58% from 255) = 45.5%

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

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

R = 45.5%
G = 0.53%
B = 53.97%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC02CC (or 0xAC02CC) is known color: Dark Violet. HEX triplet: AC, 02 and CC. RGB value is (172,2,204). Sum of RGB (Red+Green+Blue) = 172+2+204=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC02CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02CC is #53FD33. Grayscale: #4B4B4B. Windows color (decimal): -5504308 or 13370028. OLE color: 13370028.

HSL color Cylindrical-coordinate representation of color #AC02CC: hue angle of 290.5º 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 #AC02CC is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 2 204 -
CMYK 0.16 0.99 0 0.2
HSL 290.5º 0.98% 0.4% -
HSV(B) 290.5º 0.99% 0.8% -
XYZ 27.93 13.17 58.2 -
YUV 75.86 200.32 196.57 -
System Red Green Blue C M Y K H S L
Decimal 172 2 204 0.16 0.99 0 0.2 290.5 0.98 0.4
Hex AC 2 CC 10 63 0 14 122 62 28
Octal 254 2 314 20 143 0 24 442 142 50
Binary 10101100 10 11001100 10000 1100011 0 10100 100100010 1100010 101000

Color Harmonies of #AC02CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02CC

Black with #AC02CC

Text Example


Text Example

White with #AC02CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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