#AA15A8

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

Shades of Dark Magenta #AA15A8

Tints of Dark Magenta #AA15A8

Color information

#AA15A8 (or 0xAA15A8) is unknown color: approx Dark Magenta. HEX triplet: AA, 15 and A8. RGB value is (170,21,168). Sum of RGB (Red+Green+Blue) = 170+21+168=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA15A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA15A8 is #55EA57. Grayscale: #515151. Windows color (decimal): -5630552 or 11015594. OLE color: 11015594.

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

Color convert

RGB17021168-
CMYK00.880.010.33
HSL300.81º78.01%37.45%-
HSV(B)300.81º87.65%66.67%-
XYZ23.9111.9138.08-
YUV82.31176.36190.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 21 (8.59% from 255) = 5.85%
BLUE value IS 168 (66.02% from 255) = 46.80%
R=47.35%
G=5.85%
B=46.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702116800.880.010.33300.8178.0137.45
HexAA15A805812112d4e25
Octal25225250013014145511645
Binary1010101010101101010000101100011000011001011011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA15A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA15A8; }

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

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

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

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

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

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

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

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