Html Css Color HEX #AA1980 Medium Violet Red

📋 copy color: '#AA1980'

red 170 ◦ green 25 ◦ blue 128

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

Shades of Medium Violet Red #AA1980

Tints of Medium Violet Red #AA1980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 52.63%
G = 7.74%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA1980 (or 0xAA1980) is known color: Medium Violet Red. HEX triplet: AA, 19 and 80. RGB value is (170,25,128). Sum of RGB (Red+Green+Blue) = 170+25+128=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1980 is #55E67F. Grayscale: #4F4F4F. Windows color (decimal): -5629568 or 8395178. OLE color: 8395178.

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

Color convert

RGB 170 25 128 -
CMYK 0 0.85 0.25 0.33
HSL 317.38º 0.74% 0.38% -
HSV(B) 317.38º 0.85% 0.67% -
XYZ 20.82 10.8 21.41 -
YUV 80.1 155.04 192.12 -
System Red Green Blue C M Y K H S L
Decimal 170 25 128 0 0.85 0.25 0.33 317.38 0.74 0.38
Hex AA 19 80 0 55 19 21 13D 4A 26
Octal 252 31 200 0 125 31 41 475 112 46
Binary 10101010 11001 10000000 0 1010101 11001 100001 100111101 1001010 100110

Color Harmonies of #AA1980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1980

Black with #AA1980

Text Example


Text Example

White with #AA1980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1980; }

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

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

background-color css

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

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

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

border-color css

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

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

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