#A53D87

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

Shades of Medium Red Violet #A53D87

Tints of Medium Red Violet #A53D87

Color information

#A53D87 (or 0xA53D87) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3D and 87. RGB value is (165,61,135). Sum of RGB (Red+Green+Blue) = 165+61+135=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53D87 is #5AC278. Grayscale: #646464. Windows color (decimal): -5948025 or 8863141. OLE color: 8863141.

HSL color Cylindrical-coordinate representation of color #A53D87: hue angle of 317.31º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53D87 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB16561135-
CMYK00.630.180.35
HSL317.31º46.02%44.31%-
HSV(B)317.31º63.03%64.71%-
XYZ21.5613.0924.31-
YUV100.53147.46173.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 61 (24.22% from 255) = 16.90%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=45.71%
G=16.90%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656113500.630.180.35317.3146.0244.31
HexA53D8703F122313d2e2c
Octal2457520707722434755654
Binary1010010111110110000111011111110010100011100111101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D87; }

 p { color: rgb(165,61,135); }

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

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

 a { background-color: rgb(165,61,135); }

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

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

 span { border-color: rgb(165,61,135); }

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