#AA1495

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

Shades of Medium Violet Red #AA1495

Tints of Medium Violet Red #AA1495

Color information

#AA1495 (or 0xAA1495) is unknown color: approx Medium Violet Red. HEX triplet: AA, 14 and 95. RGB value is (170,20,149). Sum of RGB (Red+Green+Blue) = 170+20+149=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1495 is #55EB6A. Grayscale: #4F4F4F. Windows color (decimal): -5630827 or 9770154. OLE color: 9770154.

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

Color convert

RGB17020149-
CMYK00.880.120.33
HSL308.4º78.95%37.25%-
HSV(B)308.4º88.24%66.67%-
XYZ22.2511.2229.43-
YUV79.56167.2192.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 20 (8.20% from 255) = 5.90%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=50.15%
G=5.90%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702014900.880.120.33308.478.9537.25
HexAA1495058C211344f25
Octal252242250130144146411745
Binary1010101010100100101010101100011001000011001101001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1495; }

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

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

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

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

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

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

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

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