Html Css Color HEX #AA11D8 Dark Violet

📋 copy color: '#AA11D8'

red 170 ◦ green 17 ◦ blue 216

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

Shades of Dark Violet #AA11D8

Tints of Dark Violet #AA11D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.6%

R = 42.18%
G = 4.22%
B = 53.6%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA11D8 (or 0xAA11D8) is known color: Dark Violet. HEX triplet: AA, 11 and D8. RGB value is (170,17,216). Sum of RGB (Red+Green+Blue) = 170+17+216=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 216 (84.77% from 255 or 53.60% from 403); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA11D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11D8 is #55EE27. Grayscale: #545454. Windows color (decimal): -5631528 or 14160298. OLE color: 14160298.

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

Color convert

RGB 170 17 216 -
CMYK 0.21 0.92 0 0.15
HSL 286.13º 0.85% 0.46% -
HSV(B) 286.13º 0.92% 0.85% -
XYZ 29.17 13.9 66.11 -
YUV 85.43 201.69 188.32 -
System Red Green Blue C M Y K H S L
Decimal 170 17 216 0.21 0.92 0 0.15 286.13 0.85 0.46
Hex AA 11 D8 15 5C 0 F 11E 55 2E
Octal 252 21 330 25 134 0 17 436 125 56
Binary 10101010 10001 11011000 10101 1011100 0 1111 100011110 1010101 101110

Color Harmonies of #AA11D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11D8

Black with #AA11D8

Text Example


Text Example

White with #AA11D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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