#A51490

Color #A51490 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A51490

Tints of Dark Magenta #A51490

Color information

#A51490 (or 0xA51490) is unknown color: approx Dark Magenta. HEX triplet: A5, 14 and 90. RGB value is (165,20,144). Sum of RGB (Red+Green+Blue) = 165+20+144=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A51490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51490 is #5AEB6F. Grayscale: #4D4D4D. Windows color (decimal): -5958512 or 9442469. OLE color: 9442469.

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

Color convert

RGB16520144-
CMYK00.880.130.35
HSL308.69º78.38%36.27%-
HSV(B)308.69º87.88%64.71%-
XYZ20.810.5127.32-
YUV77.49165.54190.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 20 (8.20% from 255) = 6.08%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=50.15%
G=6.08%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652014400.880.130.35308.6978.3836.27
HexA51490058D231354e24
Octal245242200130154346511644
Binary1010010110100100100000101100011011000111001101011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51490; }

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

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

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

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

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

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

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

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