#a53391

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

Shades of Medium Red Violet #A53391

Tints of Medium Red Violet #A53391

Color information

#A53391 (or 0xA53391) is unknown color: approx Medium Red Violet. HEX triplet: A5, 33 and 91. RGB value is (165,51,145). Sum of RGB (Red+Green+Blue) = 165+51+145=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A53391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53391 is #5ACC6E. Grayscale: #5F5F5F. Windows color (decimal): -5950575 or 9515941. OLE color: 9515941.

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

Color convert

RGB16551145-
CMYK00.690.120.35
HSL310.53º52.78%42.35%-
HSV(B)310.53º69.09%64.71%-
XYZ21.8112.4128.03-
YUV95.8155.77177.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 51 (20.31% from 255) = 14.13%
BLUE value IS 145 (57.03% from 255) = 40.17%
R=45.71%
G=14.13%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655114500.690.120.35310.5352.7842.35
HexA53391045C23137352a
Octal24563221010514434676552
Binary1010010111001110010001010001011100100011100110111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53391; }

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

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

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

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

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

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

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

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