#aa3590

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

Shades of Medium Red Violet #AA3590

Tints of Medium Red Violet #AA3590

Color information

#AA3590 (or 0xAA3590) is unknown color: approx Medium Red Violet. HEX triplet: AA, 35 and 90. RGB value is (170,53,144). Sum of RGB (Red+Green+Blue) = 170+53+144=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3590 is #55CA6F. Grayscale: #626262. Windows color (decimal): -5622384 or 9450922. OLE color: 9450922.

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

Color convert

RGB17053144-
CMYK00.690.150.33
HSL313.33º52.47%43.73%-
HSV(B)313.33º68.82%66.67%-
XYZ22.8813.1127.71-
YUV98.36153.76179.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=46.32%
G=14.44%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705314400.690.150.33313.3352.4743.73
HexAA3590045F21139342c
Octal25265220010517414716454
Binary1010101011010110010000010001011111100001100111001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3590; }

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

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

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

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

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

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

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

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