#A04787

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

Shades of Medium Red Violet #A04787

Tints of Medium Red Violet #A04787

Color information

#A04787 (or 0xA04787) is unknown color: approx Medium Red Violet. HEX triplet: A0, 47 and 87. RGB value is (160,71,135). Sum of RGB (Red+Green+Blue) = 160+71+135=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A04787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04787 is #5FB878. Grayscale: #686868. Windows color (decimal): -6273145 or 8865696. OLE color: 8865696.

HSL color Cylindrical-coordinate representation of color #A04787: hue angle of 316.85º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04787 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB16071135-
CMYK00.560.160.37
HSL316.85º38.53%45.29%-
HSV(B)316.85º55.62%62.75%-
XYZ21.1213.7324.46-
YUV104.91144.99167.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 71 (28.12% from 255) = 19.40%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=43.72%
G=19.40%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607113500.560.160.37316.8538.5345.29
HexA04787038102513d272d
Octal24010720707020454754755
Binary10100000100011110000111011100010000100101100111101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04787; }

 p { color: rgb(160,71,135); }

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

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

 a { background-color: rgb(160,71,135); }

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

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

 span { border-color: rgb(160,71,135); }

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