Html Css Color HEX #AA09A9 Dark Magenta

📋 copy color: '#AA09A9'

red 170 ◦ green 9 ◦ blue 169

#AA09A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #AA09A9

Tints of Dark Magenta #AA09A9

RGB

 RED value IS 170 (66.8% from 255) = 48.85%

 GREEN value IS 9 (3.91% from 255) = 2.59%

 BLUE value IS 169 (66.41% from 255) = 48.56%

R = 48.85%
G = 2.59%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA09A9 (or 0xAA09A9) is known color: Dark Magenta. HEX triplet: AA, 09 and A9. RGB value is (170,9,169). Sum of RGB (Red+Green+Blue) = 170+9+169=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 169 (66.41% from 255 or 48.56% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA09A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA09A9 is #55F656. Grayscale: #4A4A4A. Windows color (decimal): -5633623 or 11078058. OLE color: 11078058.

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

Color convert

RGB 170 9 169 -
CMYK 0 0.95 0.01 0.33
HSL 300.37º 0.9% 0.35% -
HSV(B) 300.37º 0.95% 0.67% -
XYZ 23.84 11.61 38.52 -
YUV 75.38 180.84 195.49 -
System Red Green Blue C M Y K H S L
Decimal 170 9 169 0 0.95 0.01 0.33 300.37 0.9 0.35
Hex AA 9 A9 0 5F 1 21 12C 5A 23
Octal 252 11 251 0 137 1 41 454 132 43
Binary 10101010 1001 10101001 0 1011111 1 100001 100101100 1011010 100011

Color Harmonies of #AA09A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09A9

Black with #AA09A9

Text Example


Text Example

White with #AA09A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09A9; }

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

 H1.HeaderClassName
 {
   color: #AA09A9;
 }
 .AnyTagClassName
 {
   color: #AA09A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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