#A5048D

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

Shades of Dark Magenta #A5048D

Tints of Dark Magenta #A5048D

Color information

#A5048D (or 0xA5048D) is unknown color: approx Dark Magenta. HEX triplet: A5, 04 and 8D. RGB value is (165,4,141). Sum of RGB (Red+Green+Blue) = 165+4+141=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5048D is #5AFB72. Grayscale: #434343. Windows color (decimal): -5962611 or 9241765. OLE color: 9241765.

HSL color Cylindrical-coordinate representation of color #A5048D: hue angle of 308.94º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5048D is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB1654141-
CMYK00.980.150.35
HSL308.94º95.27%33.14%-
HSV(B)308.94º97.58%64.71%-
XYZ20.3710.0126.06-
YUV67.76169.34197.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.23%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=53.23%
G=1.29%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165414100.980.150.35308.9495.2733.14
HexA548D062F231355f21
Octal24542150142174346513741
Binary10100101100100011010110001011111000111001101011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5048D; }

 p { color: rgb(165,4,141); }

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

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

 a { background-color: rgb(165,4,141); }

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

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

 span { border-color: rgb(165,4,141); }

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