#AA3376

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

Shades of Medium Red Violet #AA3376

Tints of Medium Red Violet #AA3376

Color information

#AA3376 (or 0xAA3376) is unknown color: approx Medium Red Violet. HEX triplet: AA, 33 and 76. RGB value is (170,51,118). Sum of RGB (Red+Green+Blue) = 170+51+118=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3376 is #55CC89. Grayscale: #5E5E5E. Windows color (decimal): -5622922 or 7746474. OLE color: 7746474.

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

Color convert

RGB17051118-
CMYK00.70.310.33
HSL326.22º53.85%43.33%-
HSV(B)326.22º70%66.67%-
XYZ21.0312.2218.39-
YUV94.22141.42182.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=50.15%
G=15.04%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705111800.70.310.33326.2253.8543.33
HexAA33760461F21146362b
Octal25263166010637415066653
Binary1010101011001111101100100011011111100001101000110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3376; }

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

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

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

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

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

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

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

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