#AA129F

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

Shades of Dark Magenta #AA129F

Tints of Dark Magenta #AA129F

Color information

#AA129F (or 0xAA129F) is unknown color: approx Dark Magenta. HEX triplet: AA, 12 and 9F. RGB value is (170,18,159). Sum of RGB (Red+Green+Blue) = 170+18+159=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA129F is #55ED60. Grayscale: #4F4F4F. Windows color (decimal): -5631329 or 10425002. OLE color: 10425002.

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

Color convert

RGB17018159-
CMYK00.890.060.33
HSL304.34º80.85%36.86%-
HSV(B)304.34º89.41%66.67%-
XYZ23.0511.4833.8-
YUV79.52172.86192.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 18 (7.42% from 255) = 5.19%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=48.99%
G=5.19%
B=45.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701815900.890.060.33304.3480.8536.86
HexAA129F0596211305125
Octal25222237013164146012145
Binary101010101001010011111010110011101000011001100001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA129F; }

 p { color: rgb(170,18,159); }

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

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

 a { background-color: rgb(170,18,159); }

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

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

 span { border-color: rgb(170,18,159); }

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