Html Css Color HEX #AA0899 Dark Magenta

📋 copy color: '#AA0899'

red 170 ◦ green 8 ◦ blue 153

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

Shades of Dark Magenta #AA0899

Tints of Dark Magenta #AA0899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.42%

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

R = 51.36%
G = 2.42%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA0899 (or 0xAA0899) is known color: Dark Magenta. HEX triplet: AA, 08 and 99. RGB value is (170,8,153). Sum of RGB (Red+Green+Blue) = 170+8+153=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0899 is #55F766. Grayscale: #484848. Windows color (decimal): -5633895 or 10029226. OLE color: 10029226.

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

Color convert

RGB 170 8 153 -
CMYK 0 0.95 0.1 0.33
HSL 306.3º 0.91% 0.35% -
HSV(B) 306.3º 0.95% 0.67% -
XYZ 22.41 11.02 31.08 -
YUV 72.97 173.17 197.21 -
System Red Green Blue C M Y K H S L
Decimal 170 8 153 0 0.95 0.1 0.33 306.3 0.91 0.35
Hex AA 8 99 0 5F A 21 132 5B 23
Octal 252 10 231 0 137 12 41 462 133 43
Binary 10101010 1000 10011001 0 1011111 1010 100001 100110010 1011011 100011

Color Harmonies of #AA0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0899

Black with #AA0899

Text Example


Text Example

White with #AA0899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0899; }

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

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

background-color css

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

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

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

border-color css

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

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

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