#A03C81

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

Shades of Medium Red Violet #A03C81

Tints of Medium Red Violet #A03C81

Color information

#A03C81 (or 0xA03C81) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3C and 81. RGB value is (160,60,129). Sum of RGB (Red+Green+Blue) = 160+60+129=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03C81 is #5FC37E. Grayscale: #616161. Windows color (decimal): -6275967 or 8469664. OLE color: 8469664.

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

Color convert

RGB16060129-
CMYK00.620.190.37
HSL318.6º45.45%43.14%-
HSV(B)318.6º62.5%62.75%-
XYZ20.0812.2922.08-
YUV97.77145.63172.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 129 (50.78% from 255) = 36.96%
R=45.85%
G=17.19%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606012900.620.190.37318.645.4543.14
HexA03C8103E132513f2d2b
Octal2407420107623454775553
Binary1010000011110010000001011111010011100101100111111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03C81; }

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

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

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

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

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

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

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

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