#A52490

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

Shades of Medium Red Violet #A52490

Tints of Medium Red Violet #A52490

Color information

#A52490 (or 0xA52490) is unknown color: approx Medium Red Violet. HEX triplet: A5, 24 and 90. RGB value is (165,36,144). Sum of RGB (Red+Green+Blue) = 165+36+144=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A52490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52490 is #5ADB6F. Grayscale: #565656. Windows color (decimal): -5954416 or 9446565. OLE color: 9446565.

HSL color Cylindrical-coordinate representation of color #A52490: hue angle of 309.77º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52490 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16536144-
CMYK00.780.130.35
HSL309.77º64.18%39.41%-
HSV(B)309.77º78.18%64.71%-
XYZ21.1811.2727.45-
YUV86.88160.24183.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 36 (14.45% from 255) = 10.43%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=47.83%
G=10.43%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653614400.780.130.35309.7764.1839.41
HexA5249004ED231364027
Octal245442200116154346610047
Binary10100101100100100100000100111011011000111001101101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52490; }

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

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

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

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

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

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

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

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