#AA4490

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

Shades of Medium Red Violet #AA4490

Tints of Medium Red Violet #AA4490

Color information

#AA4490 (or 0xAA4490) is unknown color: approx Medium Red Violet. HEX triplet: AA, 44 and 90. RGB value is (170,68,144). Sum of RGB (Red+Green+Blue) = 170+68+144=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4490 is #55BB6F. Grayscale: #6A6A6A. Windows color (decimal): -5618544 or 9454762. OLE color: 9454762.

HSL color Cylindrical-coordinate representation of color #AA4490: hue angle of 315.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4490 is Cyan = 0, Magento = 0.6, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17068144-
CMYK00.60.150.33
HSL315.29º42.86%46.67%-
HSV(B)315.29º60%66.67%-
XYZ23.6814.6927.97-
YUV107.16148.79172.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 68 (26.95% from 255) = 17.80%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=44.50%
G=17.80%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706814400.60.150.33315.2942.8646.67
HexAA449003CF2113b2b2f
Octal25210422007417414735357
Binary1010101010001001001000001111001111100001100111011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4490; }

 p { color: rgb(170,68,144); }

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

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

 a { background-color: rgb(170,68,144); }

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

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

 span { border-color: rgb(170,68,144); }

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