#AA12A3

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

Shades of Dark Magenta #AA12A3

Tints of Dark Magenta #AA12A3

Color information

#AA12A3 (or 0xAA12A3) is unknown color: approx Dark Magenta. HEX triplet: AA, 12 and A3. RGB value is (170,18,163). Sum of RGB (Red+Green+Blue) = 170+18+163=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA12A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA12A3 is #55ED5C. Grayscale: #4F4F4F. Windows color (decimal): -5631325 or 10687146. OLE color: 10687146.

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

Color convert

RGB17018163-
CMYK00.890.040.33
HSL302.76º80.85%36.86%-
HSV(B)302.76º89.41%66.67%-
XYZ23.411.6235.66-
YUV79.98174.86192.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 18 (7.42% from 255) = 5.13%
BLUE value IS 163 (64.06% from 255) = 46.44%
R=48.43%
G=5.13%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701816300.890.040.33302.7680.8536.86
HexAA12A305942112f5125
Octal25222243013144145712145
Binary101010101001010100011010110011001000011001011111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA12A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA12A3; }

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

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

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

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

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

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

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

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