Html Css Color HEX #AC02DC Dark Violet

📋 copy color: '#AC02DC'

red 172 ◦ green 2 ◦ blue 220

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

Shades of Dark Violet #AC02DC

Tints of Dark Violet #AC02DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 43.65%
G = 0.51%
B = 55.84%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC02DC (or 0xAC02DC) is known color: Dark Violet. HEX triplet: AC, 02 and DC. RGB value is (172,2,220). Sum of RGB (Red+Green+Blue) = 172+2+220=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC02DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02DC is #53FD23. Grayscale: #4C4C4C. Windows color (decimal): -5504292 or 14418604. OLE color: 14418604.

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

Color convert

RGB 172 2 220 -
CMYK 0.22 0.99 0 0.14
HSL 286.79º 0.98% 0.44% -
HSV(B) 286.79º 0.99% 0.86% -
XYZ 29.95 13.98 68.83 -
YUV 77.68 208.32 195.27 -
System Red Green Blue C M Y K H S L
Decimal 172 2 220 0.22 0.99 0 0.14 286.79 0.98 0.44
Hex AC 2 DC 16 63 0 E 11F 62 2C
Octal 254 2 334 26 143 0 16 437 142 54
Binary 10101100 10 11011100 10110 1100011 0 1110 100011111 1100010 101100

Color Harmonies of #AC02DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02DC

Black with #AC02DC

Text Example


Text Example

White with #AC02DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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