Html Css Color HEX #AA09A1 Dark Magenta

📋 copy color: '#AA09A1'

red 170 ◦ green 9 ◦ blue 161

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

Shades of Dark Magenta #AA09A1

Tints of Dark Magenta #AA09A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 47.35%

R = 50%
G = 2.65%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA09A1 (or 0xAA09A1) is known color: Dark Magenta. HEX triplet: AA, 09 and A1. RGB value is (170,9,161). Sum of RGB (Red+Green+Blue) = 170+9+161=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA09A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA09A1 is #55F65E. Grayscale: #4A4A4A. Windows color (decimal): -5633631 or 10553770. OLE color: 10553770.

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

Color convert

RGB 170 9 161 -
CMYK 0 0.95 0.05 0.33
HSL 303.35º 0.9% 0.35% -
HSV(B) 303.35º 0.95% 0.67% -
XYZ 23.11 11.31 34.68 -
YUV 74.47 176.84 196.14 -
System Red Green Blue C M Y K H S L
Decimal 170 9 161 0 0.95 0.05 0.33 303.35 0.9 0.35
Hex AA 9 A1 0 5F 5 21 12F 5A 23
Octal 252 11 241 0 137 5 41 457 132 43
Binary 10101010 1001 10100001 0 1011111 101 100001 100101111 1011010 100011

Color Harmonies of #AA09A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA09A1

Black with #AA09A1

Text Example


Text Example

White with #AA09A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA09A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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