Html Css Color HEX #AC08E6 Dark Violet

📋 copy color: '#AC08E6'

red 172 ◦ green 8 ◦ blue 230

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

Shades of Dark Violet #AC08E6

Tints of Dark Violet #AC08E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 56.1%

R = 41.95%
G = 1.95%
B = 56.1%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC08E6 (or 0xAC08E6) is known color: Dark Violet. HEX triplet: AC, 08 and E6. RGB value is (172,8,230). Sum of RGB (Red+Green+Blue) = 172+8+230=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC08E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC08E6 is #53F719. Grayscale: #515151. Windows color (decimal): -5502746 or 15075500. OLE color: 15075500.

HSL color Cylindrical-coordinate representation of color #AC08E6: hue angle of 284.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC08E6 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 8 230 -
CMYK 0.25 0.97 0 0.10
HSL 284.32º 0.93% 0.47% -
HSV(B) 284.32º 0.97% 0.9% -
XYZ 31.38 14.66 76.04 -
YUV 82.34 211.33 191.95 -
System Red Green Blue C M Y K H S L
Decimal 172 8 230 0.25 0.97 0 0.10 284.32 0.93 0.47
Hex AC 8 E6 19 61 0 A 11C 5D 2F
Octal 254 10 346 31 141 0 12 434 135 57
Binary 10101100 1000 11100110 11001 1100001 0 1010 100011100 1011101 101111

Color Harmonies of #AC08E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC08E6

Black with #AC08E6

Text Example


Text Example

White with #AC08E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC08E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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