#A03F80

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

Shades of Medium Red Violet #A03F80

Tints of Medium Red Violet #A03F80

Color information

#A03F80 (or 0xA03F80) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3F and 80. RGB value is (160,63,128). Sum of RGB (Red+Green+Blue) = 160+63+128=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F80 is #5FC07F. Grayscale: #636363. Windows color (decimal): -6275200 or 8404896. OLE color: 8404896.

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

Color convert

RGB16063128-
CMYK00.610.200.37
HSL319.79º43.5%43.73%-
HSV(B)319.79º60.62%62.75%-
XYZ20.1712.5921.79-
YUV99.41144.14171.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.58%
GREEN value IS 63 (25% from 255) = 17.95%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=45.58%
G=17.95%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606312800.610.200.37319.7943.543.73
HexA03F8003D14251402b2c
Octal2407720007524455005354
Binary1010000011111110000000011110110100100101101000000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F80; }

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

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

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

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

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

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

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

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