Html Css Color HEX #AA2080 Medium Red Violet

📋 copy color: '#AA2080'

red 170 ◦ green 32 ◦ blue 128

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

Shades of Medium Red Violet #AA2080

Tints of Medium Red Violet #AA2080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

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

R = 51.52%
G = 9.7%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA2080 (or 0xAA2080) is known color: Medium Red Violet. HEX triplet: AA, 20 and 80. RGB value is (170,32,128). Sum of RGB (Red+Green+Blue) = 170+32+128=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2080 is #55DF7F. Grayscale: #535353. Windows color (decimal): -5627776 or 8396970. OLE color: 8396970.

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

Color convert

RGB 170 32 128 -
CMYK 0 0.81 0.25 0.33
HSL 318.26º 0.68% 0.4% -
HSV(B) 318.26º 0.81% 0.67% -
XYZ 20.99 11.14 21.47 -
YUV 84.21 152.72 189.19 -
System Red Green Blue C M Y K H S L
Decimal 170 32 128 0 0.81 0.25 0.33 318.26 0.68 0.4
Hex AA 20 80 0 51 19 21 13E 44 28
Octal 252 40 200 0 121 31 41 476 104 50
Binary 10101010 100000 10000000 0 1010001 11001 100001 100111110 1000100 101000

Color Harmonies of #AA2080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2080

Black with #AA2080

Text Example


Text Example

White with #AA2080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2080; }

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

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

background-color css

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

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

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

border-color css

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

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

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