#AA16D9

Color #AA16D9 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AA16D9

Tints of Dark Violet #AA16D9

Color information

#AA16D9 (or 0xAA16D9) is unknown color: approx Dark Violet. HEX triplet: AA, 16 and D9. RGB value is (170,22,217). Sum of RGB (Red+Green+Blue) = 170+22+217=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA16D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16D9 is #55E926. Grayscale: #575757. Windows color (decimal): -5630247 or 14227114. OLE color: 14227114.

HSL color Cylindrical-coordinate representation of color #AA16D9: hue angle of 285.54º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA16D9 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17022217-
CMYK0.220.9000.15
HSL285.54º81.59%46.86%-
HSV(B)285.54º89.86%85.1%-
XYZ29.3914.1366.82-
YUV88.48200.53186.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 22 (8.98% from 255) = 5.38%
BLUE value IS 217 (85.16% from 255) = 53.06%
R=41.56%
G=5.38%
B=53.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170222170.220.9000.15285.5481.5946.86
HexAA16D9165A0F11e522f
Octal252263312613201743612257
Binary101010101011011011001101101011010011111000111101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA16D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA16D9; }

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

 H1.HeaderClassName
 {
   color: #AA16D9;
 }
 .AnyTagClassName
 {
   color: #AA16D9;
 }
</style>
background-color css

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

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

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

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

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

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