#AA11A3

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

Shades of Dark Magenta #AA11A3

Tints of Dark Magenta #AA11A3

Color information

#AA11A3 (or 0xAA11A3) is unknown color: approx Dark Magenta. HEX triplet: AA, 11 and A3. RGB value is (170,17,163). Sum of RGB (Red+Green+Blue) = 170+17+163=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA11A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA11A3 is #55EE5C. Grayscale: #4E4E4E. Windows color (decimal): -5631581 or 10686890. OLE color: 10686890.

HSL color Cylindrical-coordinate representation of color #AA11A3: hue angle of 302.75º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA11A3 is Cyan = 0, Magento = 0.9, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB17017163-
CMYK00.90.040.33
HSL302.75º81.82%36.67%-
HSV(B)302.75º90%66.67%-
XYZ23.3911.5935.65-
YUV79.39175.19192.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 17 (7.03% from 255) = 4.86%
BLUE value IS 163 (64.06% from 255) = 46.57%
R=48.57%
G=4.86%
B=46.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701716300.90.040.33302.7581.8236.67
HexAA11A305A42112f5225
Octal25221243013244145712245
Binary101010101000110100011010110101001000011001011111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA11A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA11A3; }

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

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

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

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

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

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

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

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