#A53390

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

Shades of Medium Red Violet #A53390

Tints of Medium Red Violet #A53390

Color information

#A53390 (or 0xA53390) is unknown color: approx Medium Red Violet. HEX triplet: A5, 33 and 90. RGB value is (165,51,144). Sum of RGB (Red+Green+Blue) = 165+51+144=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A53390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53390 is #5ACC6F. Grayscale: #5F5F5F. Windows color (decimal): -5950576 or 9450405. OLE color: 9450405.

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

Color convert

RGB16551144-
CMYK00.690.130.35
HSL311.05º52.78%42.35%-
HSV(B)311.05º69.09%64.71%-
XYZ21.7312.3827.63-
YUV95.69155.27177.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 51 (20.31% from 255) = 14.17%
BLUE value IS 144 (56.64% from 255) = 40%
R=45.83%
G=14.17%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655114400.690.130.35311.0552.7842.35
HexA53390045D23137352a
Octal24563220010515434676552
Binary1010010111001110010000010001011101100011100110111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53390; }

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

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

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

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

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

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

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

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