Html Css Color HEX #AA11DB Dark Violet

📋 copy color: '#AA11DB'

red 170 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #AA11DB

Tints of Dark Violet #AA11DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 41.87%
G = 4.19%
B = 53.94%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA11DB (or 0xAA11DB) is known color: Dark Violet. HEX triplet: AA, 11 and DB. RGB value is (170,17,219). Sum of RGB (Red+Green+Blue) = 170+17+219=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA11DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11DB is #55EE24. Grayscale: #555555. Windows color (decimal): -5631525 or 14356906. OLE color: 14356906.

HSL color Cylindrical-coordinate representation of color #AA11DB: hue angle of 285.45º 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 #AA11DB is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 17 219 -
CMYK 0.22 0.92 0 0.14
HSL 285.45º 0.86% 0.46% -
HSV(B) 285.45º 0.92% 0.86% -
XYZ 29.56 14.06 68.17 -
YUV 85.78 203.19 188.07 -
System Red Green Blue C M Y K H S L
Decimal 170 17 219 0.22 0.92 0 0.14 285.45 0.86 0.46
Hex AA 11 DB 16 5C 0 E 11D 56 2E
Octal 252 21 333 26 134 0 16 435 126 56
Binary 10101010 10001 11011011 10110 1011100 0 1110 100011101 1010110 101110

Color Harmonies of #AA11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11DB

Black with #AA11DB

Text Example


Text Example

White with #AA11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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