Html Css Color HEX #AC08CE Dark Violet

📋 copy color: '#AC08CE'

red 172 ◦ green 8 ◦ blue 206

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

Shades of Dark Violet #AC08CE

Tints of Dark Violet #AC08CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 44.56%
G = 2.07%
B = 53.37%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC08CE (or 0xAC08CE) is known color: Dark Violet. HEX triplet: AC, 08 and CE. RGB value is (172,8,206). Sum of RGB (Red+Green+Blue) = 172+8+206=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC08CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC08CE is #53F731. Grayscale: #4E4E4E. Windows color (decimal): -5502770 or 13502636. OLE color: 13502636.

HSL color Cylindrical-coordinate representation of color #AC08CE: hue angle of 289.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC08CE is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 8 206 -
CMYK 0.17 0.96 0 0.19
HSL 289.7º 0.93% 0.42% -
HSV(B) 289.7º 0.96% 0.81% -
XYZ 28.24 13.4 59.49 -
YUV 79.61 199.33 193.9 -
System Red Green Blue C M Y K H S L
Decimal 172 8 206 0.17 0.96 0 0.19 289.7 0.93 0.42
Hex AC 8 CE 11 60 0 13 122 5D 2A
Octal 254 10 316 21 140 0 23 442 135 52
Binary 10101100 1000 11001110 10001 1100000 0 10011 100100010 1011101 101010

Color Harmonies of #AC08CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC08CE

Black with #AC08CE

Text Example


Text Example

White with #AC08CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC08CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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