#A03780

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

Shades of Medium Red Violet #A03780

Tints of Medium Red Violet #A03780

Color information

#A03780 (or 0xA03780) is unknown color: approx Medium Red Violet. HEX triplet: A0, 37 and 80. RGB value is (160,55,128). Sum of RGB (Red+Green+Blue) = 160+55+128=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A03780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03780 is #5FC87F. Grayscale: #5E5E5E. Windows color (decimal): -6277248 or 8402848. OLE color: 8402848.

HSL color Cylindrical-coordinate representation of color #A03780: hue angle of 318.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03780 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB16055128-
CMYK00.660.200.37
HSL318.29º48.84%42.16%-
HSV(B)318.29º65.62%62.75%-
XYZ19.7611.7621.65-
YUV94.72146.79174.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 55 (21.88% from 255) = 16.03%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=46.65%
G=16.03%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605512800.660.200.37318.2948.8442.16
HexA03780042142513e312a
Octal24067200010224454766152
Binary10100000110111100000000100001010100100101100111110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03780; }

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

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

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

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

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

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

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

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