#A53290

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

Shades of Medium Red Violet #A53290

Tints of Medium Red Violet #A53290

Color information

#A53290 (or 0xA53290) is unknown color: approx Medium Red Violet. HEX triplet: A5, 32 and 90. RGB value is (165,50,144). Sum of RGB (Red+Green+Blue) = 165+50+144=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A53290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53290 is #5ACD6F. Grayscale: #5E5E5E. Windows color (decimal): -5950832 or 9450149. OLE color: 9450149.

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

Color convert

RGB16550144-
CMYK00.700.130.35
HSL310.96º53.49%42.16%-
HSV(B)310.96º69.7%64.71%-
XYZ21.6912.2927.62-
YUV95.1155.6177.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 50 (19.92% from 255) = 13.93%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=45.96%
G=13.93%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655014400.700.130.35310.9653.4942.16
HexA53290046D23137352a
Octal24562220010615434676552
Binary1010010111001010010000010001101101100011100110111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53290; }

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

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

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

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

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

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

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

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