#A13087

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

Shades of Medium Red Violet #A13087

Tints of Medium Red Violet #A13087

Color information

#A13087 (or 0xA13087) is unknown color: approx Medium Red Violet. HEX triplet: A1, 30 and 87. RGB value is (161,48,135). Sum of RGB (Red+Green+Blue) = 161+48+135=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A13087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13087 is #5ECF78. Grayscale: #5B5B5B. Windows color (decimal): -6213497 or 8859809. OLE color: 8859809.

HSL color Cylindrical-coordinate representation of color #A13087: hue angle of 313.81º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13087 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB16148135-
CMYK00.700.160.37
HSL313.81º54.07%40.98%-
HSV(B)313.81º70.19%63.14%-
XYZ20.1311.4424.07-
YUV91.7152.44177.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 48 (19.14% from 255) = 13.95%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=46.80%
G=13.95%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614813500.700.160.37313.8154.0740.98
HexA13087046102513a3629
Octal24160207010620454726651
Binary10100001110000100001110100011010000100101100111010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13087; }

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

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

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

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

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

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

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

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