#A53F87

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

Shades of Medium Red Violet #A53F87

Tints of Medium Red Violet #A53F87

Color information

#A53F87 (or 0xA53F87) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3F and 87. RGB value is (165,63,135). Sum of RGB (Red+Green+Blue) = 165+63+135=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53F87 is #5AC078. Grayscale: #656565. Windows color (decimal): -5947513 or 8863653. OLE color: 8863653.

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

Color convert

RGB16563135-
CMYK00.620.180.35
HSL317.65º44.74%44.71%-
HSV(B)317.65º61.82%64.71%-
XYZ21.6713.324.35-
YUV101.71146.79173.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=45.45%
G=17.36%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656313500.620.180.35317.6544.7444.71
HexA53F8703E122313e2d2d
Octal2457720707622434765555
Binary1010010111111110000111011111010010100011100111110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F87; }

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

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

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

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

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

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

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

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