#A03586

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

Shades of Medium Red Violet #A03586

Tints of Medium Red Violet #A03586

Color information

#A03586 (or 0xA03586) is unknown color: approx Medium Red Violet. HEX triplet: A0, 35 and 86. RGB value is (160,53,134). Sum of RGB (Red+Green+Blue) = 160+53+134=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A03586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03586 is #5FCA79. Grayscale: #5E5E5E. Windows color (decimal): -6277754 or 8795552. OLE color: 8795552.

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

Color convert

RGB16053134-
CMYK00.670.160.37
HSL314.58º50.23%41.76%-
HSV(B)314.58º66.87%62.75%-
XYZ20.0711.7423.76-
YUV94.23150.45174.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=46.11%
G=15.27%
B=38.62%

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
Decimal1605313400.670.160.37314.5850.2341.76
HexA03586043102513b322a
Octal24065206010320454736252
Binary10100000110101100001100100001110000100101100111011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03586; }

 p { color: rgb(160,53,134); }

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

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

 a { background-color: rgb(160,53,134); }

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

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

 span { border-color: rgb(160,53,134); }

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