#A03785

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

Shades of Medium Red Violet #A03785

Tints of Medium Red Violet #A03785

Color information

#A03785 (or 0xA03785) is unknown color: approx Medium Red Violet. HEX triplet: A0, 37 and 85. RGB value is (160,55,133). Sum of RGB (Red+Green+Blue) = 160+55+133=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A03785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03785 is #5FC87A. Grayscale: #5F5F5F. Windows color (decimal): -6277243 or 8730528. OLE color: 8730528.

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

Color convert

RGB16055133-
CMYK00.660.170.37
HSL315.43º48.84%42.16%-
HSV(B)315.43º65.62%62.75%-
XYZ20.111.923.43-
YUV95.29149.29174.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.98%
GREEN value IS 55 (21.88% from 255) = 15.80%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=45.98%
G=15.80%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605513300.660.170.37315.4348.8442.16
HexA03785042112513b312a
Octal24067205010221454736152
Binary10100000110111100001010100001010001100101100111011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03785; }

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

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

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

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

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

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

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

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