Html Css Color HEX #AC0DD2 Dark Violet

📋 copy color: '#AC0DD2'

red 172 ◦ green 13 ◦ blue 210

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

Shades of Dark Violet #AC0DD2

Tints of Dark Violet #AC0DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.16%

R = 43.54%
G = 3.29%
B = 53.16%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC0DD2 (or 0xAC0DD2) is known color: Dark Violet. HEX triplet: AC, 0D and D2. RGB value is (172,13,210). Sum of RGB (Red+Green+Blue) = 172+13+210=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC0DD2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DD2 is #53F22D. Grayscale: #525252. Windows color (decimal): -5501486 or 13766060. OLE color: 13766060.

HSL color Cylindrical-coordinate representation of color #AC0DD2: hue angle of 288.43º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0DD2 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 13 210 -
CMYK 0.18 0.94 0 0.18
HSL 288.43º 0.88% 0.44% -
HSV(B) 288.43º 0.94% 0.82% -
XYZ 28.79 13.71 62.1 -
YUV 83 199.68 191.48 -
System Red Green Blue C M Y K H S L
Decimal 172 13 210 0.18 0.94 0 0.18 288.43 0.88 0.44
Hex AC D D2 12 5E 0 12 120 58 2C
Octal 254 15 322 22 136 0 22 440 130 54
Binary 10101100 1101 11010010 10010 1011110 0 10010 100100000 1011000 101100

Color Harmonies of #AC0DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DD2

Black with #AC0DD2

Text Example


Text Example

White with #AC0DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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