Html Css Color HEX #AA0BA9 Dark Magenta

📋 copy color: '#AA0BA9'

red 170 ◦ green 11 ◦ blue 169

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

Shades of Dark Magenta #AA0BA9

Tints of Dark Magenta #AA0BA9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.14%

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

R = 48.57%
G = 3.14%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA0BA9 (or 0xAA0BA9) is known color: Dark Magenta. HEX triplet: AA, 0B and A9. RGB value is (170,11,169). Sum of RGB (Red+Green+Blue) = 170+11+169=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0BA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0BA9 is #55F456. Grayscale: #4C4C4C. Windows color (decimal): -5633111 or 11078570. OLE color: 11078570.

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

Color convert

RGB 170 11 169 -
CMYK 0 0.94 0.01 0.33
HSL 300.38º 0.88% 0.35% -
HSV(B) 300.38º 0.94% 0.67% -
XYZ 23.86 11.65 38.53 -
YUV 76.55 180.18 194.65 -
System Red Green Blue C M Y K H S L
Decimal 170 11 169 0 0.94 0.01 0.33 300.38 0.88 0.35
Hex AA B A9 0 5E 1 21 12C 58 23
Octal 252 13 251 0 136 1 41 454 130 43
Binary 10101010 1011 10101001 0 1011110 1 100001 100101100 1011000 100011

Color Harmonies of #AA0BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0BA9

Black with #AA0BA9

Text Example


Text Example

White with #AA0BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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