#AC15B6

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

Shades of Deep Magenta #AC15B6

Tints of Deep Magenta #AC15B6

Color information

#AC15B6 (or 0xAC15B6) is unknown color: approx Deep Magenta. HEX triplet: AC, 15 and B6. RGB value is (172,21,182). Sum of RGB (Red+Green+Blue) = 172+21+182=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC15B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15B6 is #53EA49. Grayscale: #545454. Windows color (decimal): -5499466 or 11933100. OLE color: 11933100.

HSL color Cylindrical-coordinate representation of color #AC15B6: hue angle of 296.27º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC15B6 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17221182-
CMYK0.050.8800.29
HSL296.27º79.31%39.8%-
HSV(B)296.27º88.46%71.37%-
XYZ25.7212.6845.35-
YUV84.5183.03190.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 21 (8.59% from 255) = 5.6%
BLUE value IS 182 (71.48% from 255) = 48.53%
R=45.87%
G=5.6%
B=48.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172211820.050.8800.29296.2779.3139.8
HexAC15B655801D1284f28
Octal25425266513003545011750
Binary10101100101011011011010110110000111011001010001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC15B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC15B6; }

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

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

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

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

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

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

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

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