#AA11A8

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

Shades of Dark Magenta #AA11A8

Tints of Dark Magenta #AA11A8

Color information

#AA11A8 (or 0xAA11A8) is unknown color: approx Dark Magenta. HEX triplet: AA, 11 and A8. RGB value is (170,17,168). Sum of RGB (Red+Green+Blue) = 170+17+168=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA11A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA11A8 is #55EE57. Grayscale: #4F4F4F. Windows color (decimal): -5631576 or 11014570. OLE color: 11014570.

HSL color Cylindrical-coordinate representation of color #AA11A8: hue angle of 300.78º 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 #AA11A8 is Cyan = 0, Magento = 0.9, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17017168-
CMYK00.90.010.33
HSL300.78º81.82%36.67%-
HSV(B)300.78º90%66.67%-
XYZ23.8511.7738.06-
YUV79.96177.69192.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 17 (7.03% from 255) = 4.79%
BLUE value IS 168 (66.02% from 255) = 47.32%
R=47.89%
G=4.79%
B=47.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701716800.90.010.33300.7881.8236.67
HexAA11A805A12112d5225
Octal25221250013214145512245
Binary1010101010001101010000101101011000011001011011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA11A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA11A8; }

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

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

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

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

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

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

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

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