Html Css Color HEX #AA0199 Dark Magenta

📋 copy color: '#AA0199'

red 170 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #AA0199

Tints of Dark Magenta #AA0199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 52.47%
G = 0.31%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA0199 (or 0xAA0199) is known color: Dark Magenta. HEX triplet: AA, 01 and 99. RGB value is (170,1,153). Sum of RGB (Red+Green+Blue) = 170+1+153=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0199 is #55FE66. Grayscale: #444444. Windows color (decimal): -5635687 or 10027434. OLE color: 10027434.

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

Color convert

RGB 170 1 153 -
CMYK 0 0.99 0.1 0.33
HSL 306.04º 0.99% 0.34% -
HSV(B) 306.04º 0.99% 0.67% -
XYZ 22.34 10.87 31.06 -
YUV 68.86 175.49 200.14 -
System Red Green Blue C M Y K H S L
Decimal 170 1 153 0 0.99 0.1 0.33 306.04 0.99 0.34
Hex AA 1 99 0 63 A 21 132 63 22
Octal 252 1 231 0 143 12 41 462 143 42
Binary 10101010 1 10011001 0 1100011 1010 100001 100110010 1100011 100010

Color Harmonies of #AA0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0199

Black with #AA0199

Text Example


Text Example

White with #AA0199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0199; }

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

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

background-color css

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

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

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

border-color css

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

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

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