#A03D80

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

Shades of Medium Red Violet #A03D80

Tints of Medium Red Violet #A03D80

Color information

#A03D80 (or 0xA03D80) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3D and 80. RGB value is (160,61,128). Sum of RGB (Red+Green+Blue) = 160+61+128=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03D80 is #5FC27F. Grayscale: #626262. Windows color (decimal): -6275712 or 8404384. OLE color: 8404384.

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

Color convert

RGB16061128-
CMYK00.620.200.37
HSL319.39º44.8%43.33%-
HSV(B)319.39º61.87%62.75%-
XYZ20.0612.3721.75-
YUV98.24144.8172.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 61 (24.22% from 255) = 17.48%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=45.85%
G=17.48%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606112800.620.200.37319.3944.843.33
HexA03D8003E142513f2d2b
Octal2407520007624454775553
Binary1010000011110110000000011111010100100101100111111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03D80; }

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

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

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

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

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

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

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

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