#AA3776

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

Shades of Medium Red Violet #AA3776

Tints of Medium Red Violet #AA3776

Color information

#AA3776 (or 0xAA3776) is unknown color: approx Medium Red Violet. HEX triplet: AA, 37 and 76. RGB value is (170,55,118). Sum of RGB (Red+Green+Blue) = 170+55+118=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3776 is #55C889. Grayscale: #606060. Windows color (decimal): -5621898 or 7747498. OLE color: 7747498.

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

Color convert

RGB17055118-
CMYK00.680.310.33
HSL327.13º51.11%44.12%-
HSV(B)327.13º67.65%66.67%-
XYZ21.2112.5918.45-
YUV96.57140.1180.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 55 (21.88% from 255) = 16.03%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=49.56%
G=16.03%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705511800.680.310.33327.1351.1144.12
HexAA37760441F21147332c
Octal25267166010437415076354
Binary1010101011011111101100100010011111100001101000111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3776; }

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

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

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

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

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

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

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

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