#AA16D1

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

Shades of Dark Violet #AA16D1

Tints of Dark Violet #AA16D1

Color information

#AA16D1 (or 0xAA16D1) is unknown color: approx Dark Violet. HEX triplet: AA, 16 and D1. RGB value is (170,22,209). Sum of RGB (Red+Green+Blue) = 170+22+209=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA16D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16D1 is #55E92E. Grayscale: #565656. Windows color (decimal): -5630255 or 13702826. OLE color: 13702826.

HSL color Cylindrical-coordinate representation of color #AA16D1: hue angle of 287.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA16D1 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17022209-
CMYK0.190.8900.18
HSL287.49º80.95%45.29%-
HSV(B)287.49º89.47%81.96%-
XYZ28.3713.7261.48-
YUV87.57196.53186.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 22 (8.98% from 255) = 5.49%
BLUE value IS 209 (82.03% from 255) = 52.12%
R=42.39%
G=5.49%
B=52.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170222090.190.8900.18287.4980.9545.29
HexAA16D1135901211f512d
Octal252263212313102243712155
Binary1010101010110110100011001110110010100101000111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA16D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA16D1; }

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

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

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

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

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

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

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

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