#AC00BA

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

Shades of Deep Magenta #AC00BA

Tints of Deep Magenta #AC00BA

Color information

#AC00BA (or 0xAC00BA) is unknown color: approx Deep Magenta. HEX triplet: AC, 00 and BA. RGB value is (172,0,186). Sum of RGB (Red+Green+Blue) = 172+0+186=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00BA is #53FF45. Grayscale: #484848. Windows color (decimal): -5504838 or 12189868. OLE color: 12189868.

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

Color convert

RGB1720186-
CMYK0.08100.27
HSL295.48º100%36.47%-
HSV(B)295.48º100%72.94%-
XYZ25.8812.3247.47-
YUV72.63191.98198.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 51.96%
R=48.04%
G=0%
B=51.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17201860.08100.27295.4810036.47
HexAC0BA86401B1276424
Octal25402721014403344714444
Binary10101100010111010100011001000110111001001111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC00BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC00BA; }

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

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

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

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

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

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

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

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