#aa16a1

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

Shades of Dark Magenta #AA16A1

Tints of Dark Magenta #AA16A1

Color information

#AA16A1 (or 0xAA16A1) is unknown color: approx Dark Magenta. HEX triplet: AA, 16 and A1. RGB value is (170,22,161). Sum of RGB (Red+Green+Blue) = 170+22+161=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA16A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA16A1 is #55E95E. Grayscale: #515151. Windows color (decimal): -5630303 or 10557098. OLE color: 10557098.

HSL color Cylindrical-coordinate representation of color #AA16A1: hue angle of 303.65º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA16A1 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB17022161-
CMYK00.870.050.33
HSL303.65º77.08%37.65%-
HSV(B)303.65º87.06%66.67%-
XYZ23.311.6934.75-
YUV82.1172.53190.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 22 (8.98% from 255) = 6.23%
BLUE value IS 161 (63.28% from 255) = 45.61%
R=48.16%
G=6.23%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702216100.870.050.33303.6577.0837.65
HexAA16A10575211304d26
Octal25226241012754146011546
Binary101010101011010100001010101111011000011001100001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa16a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa16a1; }

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

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

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

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

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

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

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

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