Html Css Color HEX #AA16DD Dark Violet

📋 copy color: '#AA16DD'

red 170 ◦ green 22 ◦ blue 221

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

Shades of Dark Violet #AA16DD

Tints of Dark Violet #AA16DD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.33%

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

R = 41.16%
G = 5.33%
B = 53.51%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA16DD (or 0xAA16DD) is known color: Dark Violet. HEX triplet: AA, 16 and DD. RGB value is (170,22,221). Sum of RGB (Red+Green+Blue) = 170+22+221=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA16DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16DD is #55E922. Grayscale: #585858. Windows color (decimal): -5630243 or 14489258. OLE color: 14489258.

HSL color Cylindrical-coordinate representation of color #AA16DD: hue angle of 284.62º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA16DD is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 22 221 -
CMYK 0.23 0.90 0 0.13
HSL 284.62º 0.82% 0.48% -
HSV(B) 284.62º 0.9% 0.87% -
XYZ 29.92 14.34 69.6 -
YUV 88.94 202.53 185.82 -
System Red Green Blue C M Y K H S L
Decimal 170 22 221 0.23 0.90 0 0.13 284.62 0.82 0.48
Hex AA 16 DD 17 5A 0 D 11D 52 30
Octal 252 26 335 27 132 0 15 435 122 60
Binary 10101010 10110 11011101 10111 1011010 0 1101 100011101 1010010 110000

Color Harmonies of #AA16DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16DD

Black with #AA16DD

Text Example


Text Example

White with #AA16DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16DD; }

 p { color: rgb(170,22,221); }

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

background-color css

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

 a { background-color: rgb(170,22,221); }

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

border-color css

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

 span { border-color: rgb(170,22,221); }

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