#AC159F

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

Shades of Dark Magenta #AC159F

Tints of Dark Magenta #AC159F

Color information

#AC159F (or 0xAC159F) is unknown color: approx Dark Magenta. HEX triplet: AC, 15 and 9F. RGB value is (172,21,159). Sum of RGB (Red+Green+Blue) = 172+21+159=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC159F is #53EA60. Grayscale: #515151. Windows color (decimal): -5499489 or 10425772. OLE color: 10425772.

HSL color Cylindrical-coordinate representation of color #AC159F: hue angle of 305.17º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC159F is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17221159-
CMYK00.880.080.33
HSL305.17º78.24%37.84%-
HSV(B)305.17º87.79%67.45%-
XYZ23.5411.8133.84-
YUV81.88171.53192.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 21 (8.59% from 255) = 5.97%
BLUE value IS 159 (62.5% from 255) = 45.17%
R=48.86%
G=5.97%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722115900.880.080.33305.1778.2437.84
HexAC159F0588211314e26
Octal254252370130104146111646
Binary1010110010101100111110101100010001000011001100011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC159F; }

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

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

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

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

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

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

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

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