#AA09A4

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

Shades of Dark Magenta #AA09A4

Tints of Dark Magenta #AA09A4

Color information

#AA09A4 (or 0xAA09A4) is unknown color: approx Dark Magenta. HEX triplet: AA, 09 and A4. RGB value is (170,9,164). Sum of RGB (Red+Green+Blue) = 170+9+164=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA09A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA09A4 is #55F65B. Grayscale: #4A4A4A. Windows color (decimal): -5633628 or 10750378. OLE color: 10750378.

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

Color convert

RGB1709164-
CMYK00.950.040.33
HSL302.24º89.94%35.1%-
HSV(B)302.24º94.71%66.67%-
XYZ23.3811.4236.09-
YUV74.81178.34195.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 9 (3.91% from 255) = 2.62%
BLUE value IS 164 (64.45% from 255) = 47.81%
R=49.56%
G=2.62%
B=47.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170916400.950.040.33302.2489.9435.1
HexAA9A405F42112e5a23
Octal25211244013744145613243
Binary10101010100110100100010111111001000011001011101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA09A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA09A4; }

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

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

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

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

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

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

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

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