Html Css Color HEX #AC08DC Dark Violet

📋 copy color: '#AC08DC'

red 172 ◦ green 8 ◦ blue 220

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

Shades of Dark Violet #AC08DC

Tints of Dark Violet #AC08DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

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

R = 43%
G = 2%
B = 55%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC08DC (or 0xAC08DC) is known color: Dark Violet. HEX triplet: AC, 08 and DC. RGB value is (172,8,220). Sum of RGB (Red+Green+Blue) = 172+8+220=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC08DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC08DC is #53F723. Grayscale: #505050. Windows color (decimal): -5502756 or 14420140. OLE color: 14420140.

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

Color convert

RGB 172 8 220 -
CMYK 0.22 0.96 0 0.14
HSL 286.42º 0.93% 0.45% -
HSV(B) 286.42º 0.96% 0.86% -
XYZ 30.02 14.11 68.85 -
YUV 81.2 206.33 192.76 -
System Red Green Blue C M Y K H S L
Decimal 172 8 220 0.22 0.96 0 0.14 286.42 0.93 0.45
Hex AC 8 DC 16 60 0 E 11E 5D 2D
Octal 254 10 334 26 140 0 16 436 135 55
Binary 10101100 1000 11011100 10110 1100000 0 1110 100011110 1011101 101101

Color Harmonies of #AC08DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC08DC

Black with #AC08DC

Text Example


Text Example

White with #AC08DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC08DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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