#AC00B8

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

Shades of Deep Magenta #AC00B8

Tints of Deep Magenta #AC00B8

Color information

#AC00B8 (or 0xAC00B8) is unknown color: approx Deep Magenta. HEX triplet: AC, 00 and B8. RGB value is (172,0,184). Sum of RGB (Red+Green+Blue) = 172+0+184=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC00B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00B8 is #53FF47. Grayscale: #474747. Windows color (decimal): -5504840 or 12058796. OLE color: 12058796.

HSL color Cylindrical-coordinate representation of color #AC00B8: hue angle of 296.09º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00B8 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1720184-
CMYK0.07100.28
HSL296.09º100%36.08%-
HSV(B)296.09º100%72.16%-
XYZ25.6612.2346.36-
YUV72.4190.98199.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 184 (72.27% from 255) = 51.69%
R=48.31%
G=0%
B=51.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17201840.07100.28296.0910036.08
HexAC0B876401C1286424
Octal2540270714403445014444
Binary1010110001011100011111001000111001001010001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC00B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC00B8; }

 p { color: rgb(172,0,184); }

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

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

 a { background-color: rgb(172,0,184); }

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

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

 span { border-color: rgb(172,0,184); }

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