#AA3987

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

Shades of Medium Red Violet #AA3987

Tints of Medium Red Violet #AA3987

Color information

#AA3987 (or 0xAA3987) is unknown color: approx Medium Red Violet. HEX triplet: AA, 39 and 87. RGB value is (170,57,135). Sum of RGB (Red+Green+Blue) = 170+57+135=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3987 is #55C678. Grayscale: #636363. Windows color (decimal): -5621369 or 8862122. OLE color: 8862122.

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

Color convert

RGB17057135-
CMYK00.660.210.33
HSL318.58º49.78%44.51%-
HSV(B)318.58º66.47%66.67%-
XYZ22.4113.2224.29-
YUV99.68147.94178.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 57 (22.66% from 255) = 15.75%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=46.96%
G=15.75%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705713500.660.210.33318.5849.7844.51
HexAA3987042152113f322d
Octal25271207010225414776255
Binary10101010111001100001110100001010101100001100111111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3987; }

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

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

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

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

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

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

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

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