#AA0CA9

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

Shades of Dark Magenta #AA0CA9

Tints of Dark Magenta #AA0CA9

Color information

#AA0CA9 (or 0xAA0CA9) is unknown color: approx Dark Magenta. HEX triplet: AA, 0C and A9. RGB value is (170,12,169). Sum of RGB (Red+Green+Blue) = 170+12+169=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0CA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0CA9 is #55F356. Grayscale: #4C4C4C. Windows color (decimal): -5632855 or 11078826. OLE color: 11078826.

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

Color convert

RGB17012169-
CMYK00.930.010.33
HSL300.38º86.81%35.69%-
HSV(B)300.38º92.94%66.67%-
XYZ23.8711.6738.53-
YUV77.14179.85194.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 12 (5.08% from 255) = 3.42%
BLUE value IS 169 (66.41% from 255) = 48.15%
R=48.43%
G=3.42%
B=48.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701216900.930.010.33300.3886.8135.69
HexAACA905D12112c5724
Octal25214251013514145412744
Binary101010101100101010010101110111000011001011001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0CA9; }

 p { color: rgb(170,12,169); }

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

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

 a { background-color: rgb(170,12,169); }

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

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

 span { border-color: rgb(170,12,169); }

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