Html Css Color HEX #AC0ED9 Dark Violet

📋 copy color: '#AC0ED9'

red 172 ◦ green 14 ◦ blue 217

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

Shades of Dark Violet #AC0ED9

Tints of Dark Violet #AC0ED9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.47%

 BLUE value IS 217 (85.16% from 255) = 53.85%

R = 42.68%
G = 3.47%
B = 53.85%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC0ED9 (or 0xAC0ED9) is known color: Dark Violet. HEX triplet: AC, 0E and D9. RGB value is (172,14,217). Sum of RGB (Red+Green+Blue) = 172+14+217=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 217 (85.16% from 255 or 53.85% from 403); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC0ED9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ED9 is #53F126. Grayscale: #535353. Windows color (decimal): -5501223 or 14225068. OLE color: 14225068.

HSL color Cylindrical-coordinate representation of color #AC0ED9: hue angle of 286.7º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0ED9 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 14 217 -
CMYK 0.21 0.94 0 0.15
HSL 286.7º 0.88% 0.45% -
HSV(B) 286.7º 0.94% 0.85% -
XYZ 29.69 14.09 66.8 -
YUV 84.38 202.85 190.49 -
System Red Green Blue C M Y K H S L
Decimal 172 14 217 0.21 0.94 0 0.15 286.7 0.88 0.45
Hex AC E D9 15 5E 0 F 11F 58 2D
Octal 254 16 331 25 136 0 17 437 130 55
Binary 10101100 1110 11011001 10101 1011110 0 1111 100011111 1011000 101101

Color Harmonies of #AC0ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0ED9

Black with #AC0ED9

Text Example


Text Example

White with #AC0ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0ED9; }

 p { color: rgb(172,14,217); }

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

background-color css

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

 a { background-color: rgb(172,14,217); }

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

border-color css

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

 span { border-color: rgb(172,14,217); }

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