#AA3977

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

Shades of Medium Red Violet #AA3977

Tints of Medium Red Violet #AA3977

Color information

#AA3977 (or 0xAA3977) is unknown color: approx Medium Red Violet. HEX triplet: AA, 39 and 77. RGB value is (170,57,119). Sum of RGB (Red+Green+Blue) = 170+57+119=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3977 is #55C688. Grayscale: #616161. Windows color (decimal): -5621385 or 7813546. OLE color: 7813546.

HSL color Cylindrical-coordinate representation of color #AA3977: hue angle of 327.08º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3977 is Cyan = 0, Magento = 0.66, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB17057119-
CMYK00.660.30.33
HSL327.08º49.78%44.51%-
HSV(B)327.08º66.47%66.67%-
XYZ21.3712.818.8-
YUV97.85139.94179.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 57 (22.66% from 255) = 16.47%
BLUE value IS 119 (46.88% from 255) = 34.39%
R=49.13%
G=16.47%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705711900.660.30.33327.0849.7844.51
HexAA39770421E21147322d
Octal25271167010236415076255
Binary1010101011100111101110100001011110100001101000111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3977; }

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

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

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

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

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

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

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

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