#A5149F

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

Shades of Dark Magenta #A5149F

Tints of Dark Magenta #A5149F

Color information

#A5149F (or 0xA5149F) is unknown color: approx Dark Magenta. HEX triplet: A5, 14 and 9F. RGB value is (165,20,159). Sum of RGB (Red+Green+Blue) = 165+20+159=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5149F is #5AEB60. Grayscale: #4E4E4E. Windows color (decimal): -5958497 or 10425509. OLE color: 10425509.

HSL color Cylindrical-coordinate representation of color #A5149F: hue angle of 302.48º 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 #A5149F is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16520159-
CMYK00.880.040.35
HSL302.48º78.38%36.27%-
HSV(B)302.48º87.88%64.71%-
XYZ22.031133.76-
YUV79.2173.04189.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 20 (8.20% from 255) = 5.81%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=47.97%
G=5.81%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652015900.880.040.35302.4878.3836.27
HexA5149F05842312e4e24
Octal24524237013044345611644
Binary101001011010010011111010110001001000111001011101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5149F; }

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

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

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

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

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

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

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

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