#AC139D

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

Shades of Dark Magenta #AC139D

Tints of Dark Magenta #AC139D

Color information

#AC139D (or 0xAC139D) is unknown color: approx Dark Magenta. HEX triplet: AC, 13 and 9D. RGB value is (172,19,157). Sum of RGB (Red+Green+Blue) = 172+19+157=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC139D is #53EC62. Grayscale: #505050. Windows color (decimal): -5500003 or 10294188. OLE color: 10294188.

HSL color Cylindrical-coordinate representation of color #AC139D: hue angle of 305.88º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC139D is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17219157-
CMYK00.890.090.33
HSL305.88º80.1%37.45%-
HSV(B)305.88º88.95%67.45%-
XYZ23.3311.6732.92-
YUV80.48171.19193.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.43%
GREEN value IS 19 (7.81% from 255) = 5.46%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=49.43%
G=5.46%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721915700.890.090.33305.8880.137.45
HexAC139D0599211325025
Octal254232350131114146212045
Binary1010110010011100111010101100110011000011001100101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC139D; }

 p { color: rgb(172,19,157); }

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

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

 a { background-color: rgb(172,19,157); }

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

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

 span { border-color: rgb(172,19,157); }

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