#a13487

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

Shades of Medium Red Violet #A13487

Tints of Medium Red Violet #A13487

Color information

#A13487 (or 0xA13487) is unknown color: approx Medium Red Violet. HEX triplet: A1, 34 and 87. RGB value is (161,52,135). Sum of RGB (Red+Green+Blue) = 161+52+135=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A13487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13487 is #5ECB78. Grayscale: #5D5D5D. Windows color (decimal): -6212473 or 8860833. OLE color: 8860833.

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

Color convert

RGB16152135-
CMYK00.680.160.37
HSL314.31º51.17%41.76%-
HSV(B)314.31º67.7%63.14%-
XYZ20.311.7824.13-
YUV94.05151.11175.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 52 (20.70% from 255) = 14.94%
BLUE value IS 135 (53.12% from 255) = 38.79%
R=46.26%
G=14.94%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615213500.680.160.37314.3151.1741.76
HexA13487044102513a332a
Octal24164207010420454726352
Binary10100001110100100001110100010010000100101100111010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a13487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a13487; }

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

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

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

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

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

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

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

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