#A5009E

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

Shades of Dark Magenta #A5009E

Tints of Dark Magenta #A5009E

Color information

#A5009E (or 0xA5009E) is unknown color: approx Dark Magenta. HEX triplet: A5, 00 and 9E. RGB value is (165,0,158). Sum of RGB (Red+Green+Blue) = 165+0+158=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5009E is #5AFF61. Grayscale: #424242. Windows color (decimal): -5963618 or 10354853. OLE color: 10354853.

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

Color convert

RGB1650158-
CMYK010.040.35
HSL302.55º100%32.35%-
HSV(B)302.55º100%64.71%-
XYZ21.6910.4733.23-
YUV67.35179.16197.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 48.92%
R=51.08%
G=0%
B=48.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1650158010.040.35302.5510032.35
HexA509E06442312f6420
Octal2450236014444345714440
Binary10100101010011110011001001001000111001011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5009E; }

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

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

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

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

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

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

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

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