Html Css Color HEX #AC0DDD Dark Violet

📋 copy color: '#AC0DDD'

red 172 ◦ green 13 ◦ blue 221

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

Shades of Dark Violet #AC0DDD

Tints of Dark Violet #AC0DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.43%

R = 42.36%
G = 3.2%
B = 54.43%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC0DDD (or 0xAC0DDD) is known color: Dark Violet. HEX triplet: AC, 0D and DD. RGB value is (172,13,221). Sum of RGB (Red+Green+Blue) = 172+13+221=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC0DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DDD is #53F222. Grayscale: #535353. Windows color (decimal): -5501475 or 14486956. OLE color: 14486956.

HSL color Cylindrical-coordinate representation of color #AC0DDD: hue angle of 285.87º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0DDD is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 13 221 -
CMYK 0.22 0.94 0 0.13
HSL 285.87º 0.89% 0.46% -
HSV(B) 285.87º 0.94% 0.87% -
XYZ 30.21 14.28 69.57 -
YUV 84.25 205.18 190.59 -
System Red Green Blue C M Y K H S L
Decimal 172 13 221 0.22 0.94 0 0.13 285.87 0.89 0.46
Hex AC D DD 16 5E 0 D 11E 59 2E
Octal 254 15 335 26 136 0 15 436 131 56
Binary 10101100 1101 11011101 10110 1011110 0 1101 100011110 1011001 101110

Color Harmonies of #AC0DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DDD

Black with #AC0DDD

Text Example


Text Example

White with #AC0DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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