Html Css Color HEX #AC0DD6 Dark Violet

📋 copy color: '#AC0DD6'

red 172 ◦ green 13 ◦ blue 214

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

Shades of Dark Violet #AC0DD6

Tints of Dark Violet #AC0DD6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.26%

 BLUE value IS 214 (83.98% from 255) = 53.63%

R = 43.11%
G = 3.26%
B = 53.63%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC0DD6 (or 0xAC0DD6) is known color: Dark Violet. HEX triplet: AC, 0D and D6. RGB value is (172,13,214). Sum of RGB (Red+Green+Blue) = 172+13+214=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC0DD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DD6 is #53F229. Grayscale: #525252. Windows color (decimal): -5501482 or 14028204. OLE color: 14028204.

HSL color Cylindrical-coordinate representation of color #AC0DD6: hue angle of 287.46º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0DD6 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 13 214 -
CMYK 0.20 0.94 0 0.16
HSL 287.46º 0.89% 0.45% -
HSV(B) 287.46º 0.94% 0.84% -
XYZ 29.29 13.91 64.76 -
YUV 83.46 201.68 191.16 -
System Red Green Blue C M Y K H S L
Decimal 172 13 214 0.20 0.94 0 0.16 287.46 0.89 0.45
Hex AC D D6 14 5E 0 10 11F 59 2D
Octal 254 15 326 24 136 0 20 437 131 55
Binary 10101100 1101 11010110 10100 1011110 0 10000 100011111 1011001 101101

Color Harmonies of #AC0DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DD6

Black with #AC0DD6

Text Example


Text Example

White with #AC0DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DD6; }

 p { color: rgb(172,13,214); }

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

background-color css

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

 a { background-color: rgb(172,13,214); }

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

border-color css

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

 span { border-color: rgb(172,13,214); }

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