#a42590

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

Shades of Medium Red Violet #A42590

Tints of Medium Red Violet #A42590

Color information

#A42590 (or 0xA42590) is unknown color: approx Medium Red Violet. HEX triplet: A4, 25 and 90. RGB value is (164,37,144). Sum of RGB (Red+Green+Blue) = 164+37+144=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A42590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42590 is #5BDA6F. Grayscale: #565656. Windows color (decimal): -6019696 or 9446820. OLE color: 9446820.

HSL color Cylindrical-coordinate representation of color #A42590: hue angle of 309.45º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42590 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16437144-
CMYK00.770.120.36
HSL309.45º63.18%39.41%-
HSV(B)309.45º77.44%64.31%-
XYZ21.0111.2327.45-
YUV87.17160.08182.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 37 (14.84% from 255) = 10.72%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=47.54%
G=10.72%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643714400.770.120.36309.4563.1839.41
HexA4259004DC241353f27
Octal24445220011514444657747
Binary1010010010010110010000010011011100100100100110101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a42590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a42590; }

 p { color: rgb(164,37,144); }

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

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

 a { background-color: rgb(164,37,144); }

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

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

 span { border-color: rgb(164,37,144); }

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