#A9159F

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

Shades of Dark Magenta #A9159F

Tints of Dark Magenta #A9159F

Color information

#A9159F (or 0xA9159F) is unknown color: approx Dark Magenta. HEX triplet: A9, 15 and 9F. RGB value is (169,21,159). Sum of RGB (Red+Green+Blue) = 169+21+159=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A9159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9159F is #56EA60. Grayscale: #505050. Windows color (decimal): -5696097 or 10425769. OLE color: 10425769.

HSL color Cylindrical-coordinate representation of color #A9159F: hue angle of 304.05º 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 #A9159F is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB16921159-
CMYK00.880.060.34
HSL304.05º77.89%37.25%-
HSV(B)304.05º87.57%66.27%-
XYZ22.8911.4733.81-
YUV80.98172.03190.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 21 (8.59% from 255) = 6.02%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=48.42%
G=6.02%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692115900.880.060.34304.0577.8937.25
HexA9159F0586221304e25
Octal25125237013064246011645
Binary101010011010110011111010110001101000101001100001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9159F; }

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

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

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

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

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

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

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

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