#A53193

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

Shades of Medium Red Violet #A53193

Tints of Medium Red Violet #A53193

Color information

#A53193 (or 0xA53193) is unknown color: approx Medium Red Violet. HEX triplet: A5, 31 and 93. RGB value is (165,49,147). Sum of RGB (Red+Green+Blue) = 165+49+147=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A53193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53193 is #5ACE6C. Grayscale: #5E5E5E. Windows color (decimal): -5951085 or 9646501. OLE color: 9646501.

HSL color Cylindrical-coordinate representation of color #A53193: hue angle of 309.31º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53193 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16549147-
CMYK00.700.110.35
HSL309.31º54.21%41.96%-
HSV(B)309.31º70.3%64.71%-
XYZ21.8812.328.83-
YUV94.86157.43178.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 49 (19.53% from 255) = 13.57%
BLUE value IS 147 (57.81% from 255) = 40.72%
R=45.71%
G=13.57%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654914700.700.110.35309.3154.2141.96
HexA53193046B23135362a
Octal24561223010613434656652
Binary1010010111000110010011010001101011100011100110101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53193; }

 p { color: rgb(165,49,147); }

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

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

 a { background-color: rgb(165,49,147); }

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

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

 span { border-color: rgb(165,49,147); }

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