#AA3391

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

Shades of Medium Red Violet #AA3391

Tints of Medium Red Violet #AA3391

Color information

#AA3391 (or 0xAA3391) is unknown color: approx Medium Red Violet. HEX triplet: AA, 33 and 91. RGB value is (170,51,145). Sum of RGB (Red+Green+Blue) = 170+51+145=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3391 is #55CC6E. Grayscale: #616161. Windows color (decimal): -5622895 or 9515946. OLE color: 9515946.

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

Color convert

RGB17051145-
CMYK00.70.150.33
HSL312.61º53.85%43.33%-
HSV(B)312.61º70%66.67%-
XYZ22.8712.9628.08-
YUV97.3154.92179.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 145 (57.03% from 255) = 39.62%
R=46.45%
G=13.93%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705114500.70.150.33312.6153.8543.33
HexAA3391046F21139362b
Octal25263221010617414716653
Binary1010101011001110010001010001101111100001100111001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3391; }

 p { color: rgb(170,51,145); }

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

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

 a { background-color: rgb(170,51,145); }

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

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

 span { border-color: rgb(170,51,145); }

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