#AA4786

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

Shades of Medium Red Violet #AA4786

Tints of Medium Red Violet #AA4786

Color information

#AA4786 (or 0xAA4786) is unknown color: approx Medium Red Violet. HEX triplet: AA, 47 and 86. RGB value is (170,71,134). Sum of RGB (Red+Green+Blue) = 170+71+134=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4786 is #55B879. Grayscale: #6B6B6B. Windows color (decimal): -5617786 or 8800170. OLE color: 8800170.

HSL color Cylindrical-coordinate representation of color #AA4786: hue angle of 321.82º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4786 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB17071134-
CMYK00.580.210.33
HSL321.82º41.08%47.25%-
HSV(B)321.82º58.24%66.67%-
XYZ23.1314.7724.19-
YUV107.78142.8172.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 134 (52.73% from 255) = 35.73%
R=45.33%
G=18.93%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707113400.580.210.33321.8241.0847.25
HexAA478603A1521142292f
Octal25210720607225415025157
Binary10101010100011110000110011101010101100001101000010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4786; }

 p { color: rgb(170,71,134); }

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

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

 a { background-color: rgb(170,71,134); }

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

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

 span { border-color: rgb(170,71,134); }

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