Html Css Color HEX #AA1999 Medium Violet Red

📋 copy color: '#AA1999'

red 170 ◦ green 25 ◦ blue 153

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

Shades of Medium Violet Red #AA1999

Tints of Medium Violet Red #AA1999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

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

R = 48.85%
G = 7.18%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA1999 (or 0xAA1999) is known color: Medium Violet Red. HEX triplet: AA, 19 and 99. RGB value is (170,25,153). Sum of RGB (Red+Green+Blue) = 170+25+153=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1999 is #55E666. Grayscale: #525252. Windows color (decimal): -5629543 or 10033578. OLE color: 10033578.

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

Color convert

RGB 170 25 153 -
CMYK 0 0.85 0.1 0.33
HSL 307.03º 0.74% 0.38% -
HSV(B) 307.03º 0.85% 0.67% -
XYZ 22.67 11.54 31.17 -
YUV 82.95 167.54 190.09 -
System Red Green Blue C M Y K H S L
Decimal 170 25 153 0 0.85 0.1 0.33 307.03 0.74 0.38
Hex AA 19 99 0 55 A 21 133 4A 26
Octal 252 31 231 0 125 12 41 463 112 46
Binary 10101010 11001 10011001 0 1010101 1010 100001 100110011 1001010 100110

Color Harmonies of #AA1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1999

Black with #AA1999

Text Example


Text Example

White with #AA1999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1999; }

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

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

background-color css

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

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

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

border-color css

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

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

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