#A53D85

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

Shades of Medium Red Violet #A53D85

Tints of Medium Red Violet #A53D85

Color information

#A53D85 (or 0xA53D85) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3D and 85. RGB value is (165,61,133). Sum of RGB (Red+Green+Blue) = 165+61+133=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53D85 is #5AC27A. Grayscale: #646464. Windows color (decimal): -5948027 or 8732069. OLE color: 8732069.

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

Color convert

RGB16561133-
CMYK00.630.190.35
HSL318.46º46.02%44.31%-
HSV(B)318.46º63.03%64.71%-
XYZ21.4213.0323.58-
YUV100.3146.46174.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 61 (24.22% from 255) = 16.99%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=45.96%
G=16.99%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656113300.630.190.35318.4646.0244.31
HexA53D8503F132313e2e2c
Octal2457520507723434765654
Binary1010010111110110000101011111110011100011100111110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D85; }

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

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

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

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

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

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

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

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