#A03781

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

Shades of Medium Red Violet #A03781

Tints of Medium Red Violet #A03781

Color information

#A03781 (or 0xA03781) is unknown color: approx Medium Red Violet. HEX triplet: A0, 37 and 81. RGB value is (160,55,129). Sum of RGB (Red+Green+Blue) = 160+55+129=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A03781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03781 is #5FC87E. Grayscale: #5E5E5E. Windows color (decimal): -6277247 or 8468384. OLE color: 8468384.

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

Color convert

RGB16055129-
CMYK00.660.190.37
HSL317.71º48.84%42.16%-
HSV(B)317.71º65.62%62.75%-
XYZ19.8311.7922-
YUV94.83147.29174.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 55 (21.88% from 255) = 15.99%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=46.51%
G=15.99%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605512900.660.190.37317.7148.8442.16
HexA03781042132513e312a
Octal24067201010223454766152
Binary10100000110111100000010100001010011100101100111110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03781; }

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

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

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

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

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

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

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

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