Html Css Color HEX #AA0991 Dark Magenta

📋 copy color: '#AA0991'

red 170 ◦ green 9 ◦ blue 145

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

Shades of Dark Magenta #AA0991

Tints of Dark Magenta #AA0991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 52.47%
G = 2.78%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA0991 (or 0xAA0991) is known color: Dark Magenta. HEX triplet: AA, 09 and 91. RGB value is (170,9,145). Sum of RGB (Red+Green+Blue) = 170+9+145=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0991 is #55F66E. Grayscale: #484848. Windows color (decimal): -5633647 or 9505194. OLE color: 9505194.

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

Color convert

RGB 170 9 145 -
CMYK 0 0.95 0.15 0.33
HSL 309.32º 0.9% 0.35% -
HSV(B) 309.32º 0.95% 0.67% -
XYZ 21.79 10.79 27.72 -
YUV 72.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 170 9 145 0 0.95 0.15 0.33 309.32 0.9 0.35
Hex AA 9 91 0 5F F 21 135 5A 23
Octal 252 11 221 0 137 17 41 465 132 43
Binary 10101010 1001 10010001 0 1011111 1111 100001 100110101 1011010 100011

Color Harmonies of #AA0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0991

Black with #AA0991

Text Example


Text Example

White with #AA0991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0991; }

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

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

background-color css

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

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

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

border-color css

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

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

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