#A9159E

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

Shades of Dark Magenta #A9159E

Tints of Dark Magenta #A9159E

Color information

#A9159E (or 0xA9159E) is unknown color: approx Dark Magenta. HEX triplet: A9, 15 and 9E. RGB value is (169,21,158). Sum of RGB (Red+Green+Blue) = 169+21+158=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A9159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9159E is #56EA61. Grayscale: #505050. Windows color (decimal): -5696098 or 10360233. OLE color: 10360233.

HSL color Cylindrical-coordinate representation of color #A9159E: hue angle of 304.46º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A9159E is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16921158-
CMYK00.880.070.34
HSL304.46º77.89%37.25%-
HSV(B)304.46º87.57%66.27%-
XYZ22.811.4433.35-
YUV80.87171.53190.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 21 (8.59% from 255) = 6.03%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=48.56%
G=6.03%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692115800.880.070.34304.4677.8937.25
HexA9159E0587221304e25
Octal25125236013074246011645
Binary101010011010110011110010110001111000101001100001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9159E; }

 p { color: rgb(169,21,158); }

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

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

 a { background-color: rgb(169,21,158); }

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

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

 span { border-color: rgb(169,21,158); }

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