#A51E90

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

Shades of Medium Red Violet #A51E90

Tints of Medium Red Violet #A51E90

Color information

#A51E90 (or 0xA51E90) is unknown color: approx Medium Red Violet. HEX triplet: A5, 1E and 90. RGB value is (165,30,144). Sum of RGB (Red+Green+Blue) = 165+30+144=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51E90 is #5AE16F. Grayscale: #535353. Windows color (decimal): -5955952 or 9445029. OLE color: 9445029.

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

Color convert

RGB16530144-
CMYK00.820.130.35
HSL309.33º69.23%38.24%-
HSV(B)309.33º81.82%64.71%-
XYZ21.0210.9427.39-
YUV83.36162.23186.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 30 (12.11% from 255) = 8.85%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=48.67%
G=8.85%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653014400.820.130.35309.3369.2338.24
HexA51E90052D231354526
Octal245362200122154346510546
Binary1010010111110100100000101001011011000111001101011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E90; }

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

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

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

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

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

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

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

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