Html Css Color HEX #AC0DD5 Dark Violet

📋 copy color: '#AC0DD5'

red 172 ◦ green 13 ◦ blue 213

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

Shades of Dark Violet #AC0DD5

Tints of Dark Violet #AC0DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.52%

R = 43.22%
G = 3.27%
B = 53.52%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC0DD5 (or 0xAC0DD5) is known color: Dark Violet. HEX triplet: AC, 0D and D5. RGB value is (172,13,213). Sum of RGB (Red+Green+Blue) = 172+13+213=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 213 (83.59% from 255 or 53.52% from 398); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC0DD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DD5 is #53F22A. Grayscale: #525252. Windows color (decimal): -5501483 or 13962668. OLE color: 13962668.

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

Color convert

RGB 172 13 213 -
CMYK 0.19 0.94 0 0.16
HSL 287.7º 0.88% 0.44% -
HSV(B) 287.7º 0.94% 0.84% -
XYZ 29.17 13.86 64.09 -
YUV 83.34 201.18 191.24 -
System Red Green Blue C M Y K H S L
Decimal 172 13 213 0.19 0.94 0 0.16 287.7 0.88 0.44
Hex AC D D5 13 5E 0 10 120 58 2C
Octal 254 15 325 23 136 0 20 440 130 54
Binary 10101100 1101 11010101 10011 1011110 0 10000 100100000 1011000 101100

Color Harmonies of #AC0DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DD5

Black with #AC0DD5

Text Example


Text Example

White with #AC0DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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