Html Css Color HEX #AC08DF Dark Violet

📋 copy color: '#AC08DF'

red 172 ◦ green 8 ◦ blue 223

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

Shades of Dark Violet #AC08DF

Tints of Dark Violet #AC08DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.33%

R = 42.68%
G = 1.99%
B = 55.33%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC08DF (or 0xAC08DF) is known color: Dark Violet. HEX triplet: AC, 08 and DF. RGB value is (172,8,223). Sum of RGB (Red+Green+Blue) = 172+8+223=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC08DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC08DF is #53F720. Grayscale: #505050. Windows color (decimal): -5502753 or 14616748. OLE color: 14616748.

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

Color convert

RGB 172 8 223 -
CMYK 0.23 0.96 0 0.13
HSL 285.77º 0.93% 0.45% -
HSV(B) 285.77º 0.96% 0.87% -
XYZ 30.42 14.27 70.96 -
YUV 81.55 207.83 192.52 -
System Red Green Blue C M Y K H S L
Decimal 172 8 223 0.23 0.96 0 0.13 285.77 0.93 0.45
Hex AC 8 DF 17 60 0 D 11E 5D 2D
Octal 254 10 337 27 140 0 15 436 135 55
Binary 10101100 1000 11011111 10111 1100000 0 1101 100011110 1011101 101101

Color Harmonies of #AC08DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC08DF

Black with #AC08DF

Text Example


Text Example

White with #AC08DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC08DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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