#A13587

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

Shades of Medium Red Violet #A13587

Tints of Medium Red Violet #A13587

Color information

#A13587 (or 0xA13587) is unknown color: approx Medium Red Violet. HEX triplet: A1, 35 and 87. RGB value is (161,53,135). Sum of RGB (Red+Green+Blue) = 161+53+135=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A13587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13587 is #5ECA78. Grayscale: #5E5E5E. Windows color (decimal): -6212217 or 8861089. OLE color: 8861089.

HSL color Cylindrical-coordinate representation of color #A13587: hue angle of 314.44º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13587 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB16153135-
CMYK00.670.160.37
HSL314.44º50.47%41.96%-
HSV(B)314.44º67.08%63.14%-
XYZ20.3411.8724.14-
YUV94.64150.78175.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 135 (53.12% from 255) = 38.68%
R=46.13%
G=15.19%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615313500.670.160.37314.4450.4741.96
HexA13587043102513a322a
Octal24165207010320454726252
Binary10100001110101100001110100001110000100101100111010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13587; }

 p { color: rgb(161,53,135); }

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

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

 a { background-color: rgb(161,53,135); }

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

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

 span { border-color: rgb(161,53,135); }

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