#A13489

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

Shades of Medium Red Violet #A13489

Tints of Medium Red Violet #A13489

Color information

#A13489 (or 0xA13489) is unknown color: approx Medium Red Violet. HEX triplet: A1, 34 and 89. RGB value is (161,52,137). Sum of RGB (Red+Green+Blue) = 161+52+137=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A13489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13489 is #5ECB76. Grayscale: #5E5E5E. Windows color (decimal): -6212471 or 8991905. OLE color: 8991905.

HSL color Cylindrical-coordinate representation of color #A13489: hue angle of 313.21º 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 #A13489 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB16152137-
CMYK00.680.150.37
HSL313.21º51.17%41.76%-
HSV(B)313.21º67.7%63.14%-
XYZ20.4411.8424.87-
YUV94.28152.11175.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 52 (20.70% from 255) = 14.86%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=46%
G=14.86%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615213700.680.150.37313.2151.1741.76
HexA13489044F25139332a
Octal24164211010417454716352
Binary1010000111010010001001010001001111100101100111001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13489; }

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

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

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

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

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

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

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

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