#AC04B8

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

Shades of Deep Magenta #AC04B8

Tints of Deep Magenta #AC04B8

Color information

#AC04B8 (or 0xAC04B8) is unknown color: approx Deep Magenta. HEX triplet: AC, 04 and B8. RGB value is (172,4,184). Sum of RGB (Red+Green+Blue) = 172+4+184=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 184 (72.27% from 255 or 51.11% from 360); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC04B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04B8 is #53FB47. Grayscale: #4A4A4A. Windows color (decimal): -5503816 or 12059820. OLE color: 12059820.

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

Color convert

RGB1724184-
CMYK0.070.9800.28
HSL296º95.74%36.86%-
HSV(B)296º97.83%72.16%-
XYZ25.7112.3246.37-
YUV74.75189.66197.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 4 (1.95% from 255) = 1.11%
BLUE value IS 184 (72.27% from 255) = 51.11%
R=47.78%
G=1.11%
B=51.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17241840.070.9800.2829695.7436.86
HexAC4B876201C1286025
Octal2544270714203445014045
Binary101011001001011100011111000100111001001010001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC04B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC04B8; }

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

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

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

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

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

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

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

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