#A5009F

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

Shades of Dark Magenta #A5009F

Tints of Dark Magenta #A5009F

Color information

#A5009F (or 0xA5009F) is unknown color: approx Dark Magenta. HEX triplet: A5, 00 and 9F. RGB value is (165,0,159). Sum of RGB (Red+Green+Blue) = 165+0+159=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5009F is #5AFF60. Grayscale: #424242. Windows color (decimal): -5963617 or 10420389. OLE color: 10420389.

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

Color convert

RGB1650159-
CMYK010.040.35
HSL302.18º100%32.35%-
HSV(B)302.18º100%64.71%-
XYZ21.7810.533.68-
YUV67.46179.66197.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 49.07%
R=50.93%
G=0%
B=49.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1650159010.040.35302.1810032.35
HexA509F06442312e6420
Octal2450237014444345614440
Binary10100101010011111011001001001000111001011101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5009F; }

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

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

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

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

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

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

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

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