#AA1582

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

Shades of Medium Violet Red #AA1582

Tints of Medium Violet Red #AA1582

Color information

#AA1582 (or 0xAA1582) is unknown color: approx Medium Violet Red. HEX triplet: AA, 15 and 82. RGB value is (170,21,130). Sum of RGB (Red+Green+Blue) = 170+21+130=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1582 is #55EA7D. Grayscale: #4D4D4D. Windows color (decimal): -5630590 or 8525226. OLE color: 8525226.

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

Color convert

RGB17021130-
CMYK00.880.240.33
HSL316.11º78.01%37.45%-
HSV(B)316.11º87.65%66.67%-
XYZ20.8710.6922.08-
YUV77.98157.36193.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.96%
GREEN value IS 21 (8.59% from 255) = 6.54%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=52.96%
G=6.54%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702113000.880.240.33316.1178.0137.45
HexAA1582058182113c4e25
Octal252252020130304147411645
Binary10101010101011000001001011000110001000011001111001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1582; }

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

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

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

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

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

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

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

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