Html Css Color HEX #AC0DDA Dark Violet

📋 copy color: '#AC0DDA'

red 172 ◦ green 13 ◦ blue 218

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

Shades of Dark Violet #AC0DDA

Tints of Dark Violet #AC0DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.09%

R = 42.68%
G = 3.23%
B = 54.09%

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

#AC0DDA (or 0xAC0DDA) is known color: Dark Violet. HEX triplet: AC, 0D and DA. RGB value is (172,13,218). Sum of RGB (Red+Green+Blue) = 172+13+218=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC0DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DDA is #53F225. Grayscale: #535353. Windows color (decimal): -5501478 or 14290348. OLE color: 14290348.

HSL color Cylindrical-coordinate representation of color #AC0DDA: hue angle of 286.54º degrees, saturation: 0.89, 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 #AC0DDA is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 13 218 -
CMYK 0.21 0.94 0 0.15
HSL 286.54º 0.89% 0.45% -
HSV(B) 286.54º 0.94% 0.85% -
XYZ 29.81 14.12 67.48 -
YUV 83.91 203.68 190.83 -
System Red Green Blue C M Y K H S L
Decimal 172 13 218 0.21 0.94 0 0.15 286.54 0.89 0.45
Hex AC D DA 15 5E 0 F 11F 59 2D
Octal 254 15 332 25 136 0 17 437 131 55
Binary 10101100 1101 11011010 10101 1011110 0 1111 100011111 1011001 101101

Color Harmonies of #AC0DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DDA

Black with #AC0DDA

Text Example


Text Example

White with #AC0DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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