#AA4A87

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

Shades of Medium Red Violet #AA4A87

Tints of Medium Red Violet #AA4A87

Color information

#AA4A87 (or 0xAA4A87) is unknown color: approx Medium Red Violet. HEX triplet: AA, 4A and 87. RGB value is (170,74,135). Sum of RGB (Red+Green+Blue) = 170+74+135=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A87 is #55B578. Grayscale: #6D6D6D. Windows color (decimal): -5617017 or 8866474. OLE color: 8866474.

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

Color convert

RGB17074135-
CMYK00.560.210.33
HSL321.88º39.34%47.84%-
HSV(B)321.88º56.47%66.67%-
XYZ23.415.1924.62-
YUV109.66142.3171.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 74 (29.30% from 255) = 19.53%
BLUE value IS 135 (53.12% from 255) = 35.62%
R=44.85%
G=19.53%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707413500.560.210.33321.8839.3447.84
HexAA4A8703815211422730
Octal25211220707025415024760
Binary10101010100101010000111011100010101100001101000010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A87; }

 p { color: rgb(170,74,135); }

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

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

 a { background-color: rgb(170,74,135); }

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

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

 span { border-color: rgb(170,74,135); }

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