#A5059F

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

Shades of Dark Magenta #A5059F

Tints of Dark Magenta #A5059F

Color information

#A5059F (or 0xA5059F) is unknown color: approx Dark Magenta. HEX triplet: A5, 05 and 9F. RGB value is (165,5,159). Sum of RGB (Red+Green+Blue) = 165+5+159=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5059F is #5AFA60. Grayscale: #454545. Windows color (decimal): -5962337 or 10421669. OLE color: 10421669.

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

Color convert

RGB1655159-
CMYK00.970.040.35
HSL302.25º94.12%33.33%-
HSV(B)302.25º96.97%64.71%-
XYZ21.8310.6133.7-
YUV70.4178.01195.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=50.15%
G=1.52%
B=48.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165515900.970.040.35302.2594.1233.33
HexA559F06142312e5e21
Octal2455237014144345613641
Binary1010010110110011111011000011001000111001011101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5059F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5059F; }

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

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

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

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

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

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

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

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