#AC11BA

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

Shades of Deep Magenta #AC11BA

Tints of Deep Magenta #AC11BA

Color information

#AC11BA (or 0xAC11BA) is unknown color: approx Deep Magenta. HEX triplet: AC, 11 and BA. RGB value is (172,17,186). Sum of RGB (Red+Green+Blue) = 172+17+186=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC11BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11BA is #53EE45. Grayscale: #525252. Windows color (decimal): -5500486 or 12194220. OLE color: 12194220.

HSL color Cylindrical-coordinate representation of color #AC11BA: hue angle of 295.03º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC11BA is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17217186-
CMYK0.080.9100.27
HSL295.03º83.25%39.8%-
HSV(B)295.03º90.86%72.94%-
XYZ26.0812.7247.53-
YUV82.61186.35191.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 17 (7.03% from 255) = 4.53%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=45.87%
G=4.53%
B=49.6%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172171860.080.9100.27295.0383.2539.8
HexAC11BA85B01B1275328
Octal254212721013303344712350
Binary101011001000110111010100010110110110111001001111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC11BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC11BA; }

 p { color: rgb(172,17,186); }

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

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

 a { background-color: rgb(172,17,186); }

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

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

 span { border-color: rgb(172,17,186); }

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