#A03C85

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

Shades of Medium Red Violet #A03C85

Tints of Medium Red Violet #A03C85

Color information

#A03C85 (or 0xA03C85) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3C and 85. RGB value is (160,60,133). Sum of RGB (Red+Green+Blue) = 160+60+133=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03C85 is #5FC37A. Grayscale: #626262. Windows color (decimal): -6275963 or 8731808. OLE color: 8731808.

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

Color convert

RGB16060133-
CMYK00.620.170.37
HSL316.2º45.45%43.14%-
HSV(B)316.2º62.5%62.75%-
XYZ20.3512.423.51-
YUV98.22147.63172.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.33%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=45.33%
G=17.00%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606013300.620.170.37316.245.4543.14
HexA03C8503E112513c2d2b
Octal2407420507621454745553
Binary1010000011110010000101011111010001100101100111100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03C85; }

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

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

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

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

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

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

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

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