#A53D80

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

Shades of Medium Red Violet #A53D80

Tints of Medium Red Violet #A53D80

Color information

#A53D80 (or 0xA53D80) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3D and 80. RGB value is (165,61,128). Sum of RGB (Red+Green+Blue) = 165+61+128=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53D80 is #5AC27F. Grayscale: #636363. Windows color (decimal): -5948032 or 8404389. OLE color: 8404389.

HSL color Cylindrical-coordinate representation of color #A53D80: hue angle of 321.35º 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 #A53D80 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16561128-
CMYK00.630.220.35
HSL321.35º46.02%44.31%-
HSV(B)321.35º63.03%64.71%-
XYZ21.0812.921.8-
YUV99.73143.96174.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 61 (24.22% from 255) = 17.23%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=46.61%
G=17.23%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656112800.630.220.35321.3546.0244.31
HexA53D8003F16231412e2c
Octal2457520007726435015654
Binary1010010111110110000000011111110110100011101000001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D80; }

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

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

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

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

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

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

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

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