#A03C87

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

Shades of Medium Red Violet #A03C87

Tints of Medium Red Violet #A03C87

Color information

#A03C87 (or 0xA03C87) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3C and 87. RGB value is (160,60,135). Sum of RGB (Red+Green+Blue) = 160+60+135=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03C87 is #5FC378. Grayscale: #626262. Windows color (decimal): -6275961 or 8862880. OLE color: 8862880.

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

Color convert

RGB16060135-
CMYK00.620.160.37
HSL315º45.45%43.14%-
HSV(B)315º62.5%62.75%-
XYZ20.4912.4524.25-
YUV98.45148.63171.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 60 (23.83% from 255) = 16.90%
BLUE value IS 135 (53.12% from 255) = 38.03%
R=45.07%
G=16.90%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606013500.620.160.3731545.4543.14
HexA03C8703E102513b2d2b
Octal2407420707620454735553
Binary1010000011110010000111011111010000100101100111011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03C87; }

 p { color: rgb(160,60,135); }

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

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

 a { background-color: rgb(160,60,135); }

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

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

 span { border-color: rgb(160,60,135); }

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