Html Css Color HEX #AA11DC Dark Violet

📋 copy color: '#AA11DC'

red 170 ◦ green 17 ◦ blue 220

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

Shades of Dark Violet #AA11DC

Tints of Dark Violet #AA11DC

RGB

 RED value IS 170 (66.8% from 255) = 41.77%

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

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 41.77%
G = 4.18%
B = 54.05%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA11DC (or 0xAA11DC) is known color: Dark Violet. HEX triplet: AA, 11 and DC. RGB value is (170,17,220). Sum of RGB (Red+Green+Blue) = 170+17+220=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA11DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11DC is #55EE23. Grayscale: #555555. Windows color (decimal): -5631524 or 14422442. OLE color: 14422442.

HSL color Cylindrical-coordinate representation of color #AA11DC: hue angle of 285.22º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA11DC is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 17 220 -
CMYK 0.23 0.92 0 0.14
HSL 285.22º 0.86% 0.46% -
HSV(B) 285.22º 0.92% 0.86% -
XYZ 29.7 14.11 68.87 -
YUV 85.89 203.69 187.99 -
System Red Green Blue C M Y K H S L
Decimal 170 17 220 0.23 0.92 0 0.14 285.22 0.86 0.46
Hex AA 11 DC 17 5C 0 E 11D 56 2E
Octal 252 21 334 27 134 0 16 435 126 56
Binary 10101010 10001 11011100 10111 1011100 0 1110 100011101 1010110 101110

Color Harmonies of #AA11DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11DC

Black with #AA11DC

Text Example


Text Example

White with #AA11DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11DC; }

 p { color: rgb(170,17,220); }

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

background-color css

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

 a { background-color: rgb(170,17,220); }

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

border-color css

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

 span { border-color: rgb(170,17,220); }

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