#AA1580

Color #AA1580 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AA1580

Tints of Medium Violet Red #AA1580

Color information

#AA1580 (or 0xAA1580) is unknown color: approx Medium Violet Red. HEX triplet: AA, 15 and 80. RGB value is (170,21,128). Sum of RGB (Red+Green+Blue) = 170+21+128=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1580 is #55EA7F. Grayscale: #4D4D4D. Windows color (decimal): -5630592 or 8394154. OLE color: 8394154.

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

Color convert

RGB17021128-
CMYK00.880.250.33
HSL316.91º78.01%37.45%-
HSV(B)316.91º87.65%66.67%-
XYZ20.7410.6421.38-
YUV77.75156.36193.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 21 (8.59% from 255) = 6.58%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=53.29%
G=6.58%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702112800.880.250.33316.9178.0137.45
HexAA1580058192113d4e25
Octal252252000130314147511645
Binary10101010101011000000001011000110011000011001111011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1580; }

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

 H1.HeaderClassName
 {
   color: #AA1580;
 }
 .AnyTagClassName
 {
   color: #AA1580;
 }
</style>
background-color css

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

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

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

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

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

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