Html Css Color HEX #AA1979 Medium Violet Red

📋 copy color: '#AA1979'

red 170 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #AA1979

Tints of Medium Violet Red #AA1979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.29%

R = 53.8%
G = 7.91%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA1979 (or 0xAA1979) is known color: Medium Violet Red. HEX triplet: AA, 19 and 79. RGB value is (170,25,121). Sum of RGB (Red+Green+Blue) = 170+25+121=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1979 is #55E686. Grayscale: #4F4F4F. Windows color (decimal): -5629575 or 7936426. OLE color: 7936426.

HSL color Cylindrical-coordinate representation of color #AA1979: hue angle of 320.28º 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 #AA1979 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 25 121 -
CMYK 0 0.85 0.29 0.33
HSL 320.28º 0.74% 0.38% -
HSV(B) 320.28º 0.85% 0.67% -
XYZ 20.38 10.62 19.07 -
YUV 79.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 170 25 121 0 0.85 0.29 0.33 320.28 0.74 0.38
Hex AA 19 79 0 55 1D 21 140 4A 26
Octal 252 31 171 0 125 35 41 500 112 46
Binary 10101010 11001 1111001 0 1010101 11101 100001 101000000 1001010 100110

Color Harmonies of #AA1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1979

Black with #AA1979

Text Example


Text Example

White with #AA1979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1979; }

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

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

background-color css

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

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

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

border-color css

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

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

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