#AA1594

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

Shades of Medium Violet Red #AA1594

Tints of Medium Violet Red #AA1594

Color information

#AA1594 (or 0xAA1594) is unknown color: approx Medium Violet Red. HEX triplet: AA, 15 and 94. RGB value is (170,21,148). Sum of RGB (Red+Green+Blue) = 170+21+148=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1594 is #55EA6B. Grayscale: #4F4F4F. Windows color (decimal): -5630572 or 9704874. OLE color: 9704874.

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

Color convert

RGB17021148-
CMYK00.880.130.33
HSL308.86º78.01%37.45%-
HSV(B)308.86º87.65%66.67%-
XYZ22.1911.2229.01-
YUV80.03166.36192.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 21 (8.59% from 255) = 6.19%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=50.15%
G=6.19%
B=43.66%

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
Decimal1702114800.880.130.33308.8678.0137.45
HexAA1594058D211354e25
Octal252252240130154146511645
Binary1010101010101100101000101100011011000011001101011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1594; }

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

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

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

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

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

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

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

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