#AA09A6

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

Shades of Dark Magenta #AA09A6

Tints of Dark Magenta #AA09A6

Color information

#AA09A6 (or 0xAA09A6) is unknown color: approx Dark Magenta. HEX triplet: AA, 09 and A6. RGB value is (170,9,166). Sum of RGB (Red+Green+Blue) = 170+9+166=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA09A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA09A6 is #55F659. Grayscale: #4A4A4A. Windows color (decimal): -5633626 or 10881450. OLE color: 10881450.

HSL color Cylindrical-coordinate representation of color #AA09A6: hue angle of 301.49º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA09A6 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB1709166-
CMYK00.950.020.33
HSL301.49º89.94%35.1%-
HSV(B)301.49º94.71%66.67%-
XYZ23.5611.4937.05-
YUV75.04179.34195.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 9 (3.91% from 255) = 2.61%
BLUE value IS 166 (65.23% from 255) = 48.12%
R=49.28%
G=2.61%
B=48.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170916600.950.020.33301.4989.9435.1
HexAA9A605F22112d5a23
Octal25211246013724145513243
Binary1010101010011010011001011111101000011001011011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA09A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA09A6; }

 p { color: rgb(170,9,166); }

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

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

 a { background-color: rgb(170,9,166); }

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

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

 span { border-color: rgb(170,9,166); }

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