#A53389

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

Shades of Medium Red Violet #A53389

Tints of Medium Red Violet #A53389

Color information

#A53389 (or 0xA53389) is unknown color: approx Medium Red Violet. HEX triplet: A5, 33 and 89. RGB value is (165,51,137). Sum of RGB (Red+Green+Blue) = 165+51+137=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A53389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53389 is #5ACC76. Grayscale: #5E5E5E. Windows color (decimal): -5950583 or 8991653. OLE color: 8991653.

HSL color Cylindrical-coordinate representation of color #A53389: hue angle of 314.74º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53389 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16551137-
CMYK00.690.170.35
HSL314.74º52.78%42.35%-
HSV(B)314.74º69.09%64.71%-
XYZ21.2212.1724.9-
YUV94.89151.77178.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 51 (20.31% from 255) = 14.45%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=46.74%
G=14.45%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655113700.690.170.35314.7452.7842.35
HexA53389045112313b352a
Octal24563211010521434736552
Binary10100101110011100010010100010110001100011100111011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53389; }

 p { color: rgb(165,51,137); }

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

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

 a { background-color: rgb(165,51,137); }

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

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

 span { border-color: rgb(165,51,137); }

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