#AA3377

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

Shades of Medium Red Violet #AA3377

Tints of Medium Red Violet #AA3377

Color information

#AA3377 (or 0xAA3377) is unknown color: approx Medium Red Violet. HEX triplet: AA, 33 and 77. RGB value is (170,51,119). Sum of RGB (Red+Green+Blue) = 170+51+119=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3377 is #55CC88. Grayscale: #5E5E5E. Windows color (decimal): -5622921 or 7812010. OLE color: 7812010.

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

Color convert

RGB17051119-
CMYK00.70.30.33
HSL325.71º53.85%43.33%-
HSV(B)325.71º70%66.67%-
XYZ21.0912.2518.7-
YUV94.33141.92181.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 119 (46.88% from 255) = 35%
R=50%
G=15%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705111900.70.30.33325.7153.8543.33
HexAA33770461E21146362b
Octal25263167010636415066653
Binary1010101011001111101110100011011110100001101000110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3377; }

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

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

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

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

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

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

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

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