Html Css Color HEX #AC11DD Dark Violet

📋 copy color: '#AC11DD'

red 172 ◦ green 17 ◦ blue 221

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

Shades of Dark Violet #AC11DD

Tints of Dark Violet #AC11DD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.15%

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

R = 41.95%
G = 4.15%
B = 53.9%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC11DD (or 0xAC11DD) is known color: Dark Violet. HEX triplet: AC, 11 and DD. RGB value is (172,17,221). Sum of RGB (Red+Green+Blue) = 172+17+221=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC11DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11DD is #53EE22. Grayscale: #555555. Windows color (decimal): -5500451 or 14487980. OLE color: 14487980.

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

Color convert

RGB 172 17 221 -
CMYK 0.22 0.92 0 0.13
HSL 285.59º 0.86% 0.47% -
HSV(B) 285.59º 0.92% 0.87% -
XYZ 30.26 14.39 69.59 -
YUV 86.6 203.85 188.91 -
System Red Green Blue C M Y K H S L
Decimal 172 17 221 0.22 0.92 0 0.13 285.59 0.86 0.47
Hex AC 11 DD 16 5C 0 D 11E 56 2F
Octal 254 21 335 26 134 0 15 436 126 57
Binary 10101100 10001 11011101 10110 1011100 0 1101 100011110 1010110 101111

Color Harmonies of #AC11DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC11DD

Black with #AC11DD

Text Example


Text Example

White with #AC11DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC11DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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