#AA1494

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

Shades of Medium Violet Red #AA1494

Tints of Medium Violet Red #AA1494

Color information

#AA1494 (or 0xAA1494) is unknown color: approx Medium Violet Red. HEX triplet: AA, 14 and 94. RGB value is (170,20,148). Sum of RGB (Red+Green+Blue) = 170+20+148=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1494 is #55EB6B. Grayscale: #4F4F4F. Windows color (decimal): -5630828 or 9704618. OLE color: 9704618.

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

Color convert

RGB17020148-
CMYK00.880.130.33
HSL308.8º78.95%37.25%-
HSV(B)308.8º88.24%66.67%-
XYZ22.1711.1829.01-
YUV79.44166.7192.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 20 (8.20% from 255) = 5.92%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=50.30%
G=5.92%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702014800.880.130.33308.878.9537.25
HexAA1494058D211354f25
Octal252242240130154146511745
Binary1010101010100100101000101100011011000011001101011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1494; }

 p { color: rgb(170,20,148); }

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

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

 a { background-color: rgb(170,20,148); }

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

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

 span { border-color: rgb(170,20,148); }

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