#AC12BB

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

Shades of Deep Magenta #AC12BB

Tints of Deep Magenta #AC12BB

Color information

#AC12BB (or 0xAC12BB) is unknown color: approx Deep Magenta. HEX triplet: AC, 12 and BB. RGB value is (172,18,187). Sum of RGB (Red+Green+Blue) = 172+18+187=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC12BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12BB is #53ED44. Grayscale: #525252. Windows color (decimal): -5500229 or 12260012. OLE color: 12260012.

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

Color convert

RGB17218187-
CMYK0.080.9000.27
HSL294.67º82.44%40.2%-
HSV(B)294.67º90.37%73.33%-
XYZ26.212.7948.1-
YUV83.31186.52191.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 18 (7.42% from 255) = 4.77%
BLUE value IS 187 (73.44% from 255) = 49.60%
R=45.62%
G=4.77%
B=49.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172181870.080.9000.27294.6782.4440.2
HexAC12BB85A01B1275228
Octal254222731013203344712250
Binary101011001001010111011100010110100110111001001111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC12BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC12BB; }

 p { color: rgb(172,18,187); }

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

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

 a { background-color: rgb(172,18,187); }

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

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

 span { border-color: rgb(172,18,187); }

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