#A03F81

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

Shades of Medium Red Violet #A03F81

Tints of Medium Red Violet #A03F81

Color information

#A03F81 (or 0xA03F81) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3F and 81. RGB value is (160,63,129). Sum of RGB (Red+Green+Blue) = 160+63+129=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F81 is #5FC07E. Grayscale: #636363. Windows color (decimal): -6275199 or 8470432. OLE color: 8470432.

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

Color convert

RGB16063129-
CMYK00.610.190.37
HSL319.18º43.5%43.73%-
HSV(B)319.18º60.62%62.75%-
XYZ20.2412.6122.14-
YUV99.53144.64171.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 63 (25% from 255) = 17.90%
BLUE value IS 129 (50.78% from 255) = 36.65%
R=45.45%
G=17.90%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606312900.610.190.37319.1843.543.73
HexA03F8103D132513f2b2c
Octal2407720107523454775354
Binary1010000011111110000001011110110011100101100111111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F81; }

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

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

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

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

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

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

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

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