Html Css Color HEX #AA0A99 Dark Magenta

📋 copy color: '#AA0A99'

red 170 ◦ green 10 ◦ blue 153

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

Shades of Dark Magenta #AA0A99

Tints of Dark Magenta #AA0A99

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3%

 BLUE value IS 153 (60.16% from 255) = 45.95%

R = 51.05%
G = 3%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA0A99 (or 0xAA0A99) is known color: Dark Magenta. HEX triplet: AA, 0A and 99. RGB value is (170,10,153). Sum of RGB (Red+Green+Blue) = 170+10+153=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0A99 is #55F566. Grayscale: #494949. Windows color (decimal): -5633383 or 10029738. OLE color: 10029738.

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

Color convert

RGB 170 10 153 -
CMYK 0 0.94 0.1 0.33
HSL 306.38º 0.89% 0.35% -
HSV(B) 306.38º 0.94% 0.67% -
XYZ 22.44 11.06 31.09 -
YUV 74.14 172.51 196.37 -
System Red Green Blue C M Y K H S L
Decimal 170 10 153 0 0.94 0.1 0.33 306.38 0.89 0.35
Hex AA A 99 0 5E A 21 132 59 23
Octal 252 12 231 0 136 12 41 462 131 43
Binary 10101010 1010 10011001 0 1011110 1010 100001 100110010 1011001 100011

Color Harmonies of #AA0A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0A99

Black with #AA0A99

Text Example


Text Example

White with #AA0A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0A99; }

 p { color: rgb(170,10,153); }

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

background-color css

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

 a { background-color: rgb(170,10,153); }

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

border-color css

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

 span { border-color: rgb(170,10,153); }

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