Html Css Color HEX #AA0099 Dark Magenta

📋 copy color: '#AA0099'

red 170 ◦ green 0 ◦ blue 153

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

Shades of Dark Magenta #AA0099

Tints of Dark Magenta #AA0099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.63%
G = 0%
B = 47.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA0099 (or 0xAA0099) is known color: Dark Magenta. HEX triplet: AA, 00 and 99. RGB value is (170,0,153). Sum of RGB (Red+Green+Blue) = 170+0+153=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0099 is #55FF66. Grayscale: #434343. Windows color (decimal): -5635943 or 10027178. OLE color: 10027178.

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

Color convert

RGB 170 0 153 -
CMYK 0 1 0.1 0.33
HSL 306º 1% 0.33% -
HSV(B) 306º 1% 0.67% -
XYZ 22.33 10.85 31.05 -
YUV 68.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 170 0 153 0 1 0.1 0.33 306 1 0.33
Hex AA 0 99 0 64 A 21 132 64 21
Octal 252 0 231 0 144 12 41 462 144 41
Binary 10101010 0 10011001 0 1100100 1010 100001 100110010 1100100 100001

Color Harmonies of #AA0099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0099

Black with #AA0099

Text Example


Text Example

White with #AA0099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0099; }

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

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

background-color css

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

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

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

border-color css

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

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

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