#AC01BA

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

Shades of Deep Magenta #AC01BA

Tints of Deep Magenta #AC01BA

Color information

#AC01BA (or 0xAC01BA) is unknown color: approx Deep Magenta. HEX triplet: AC, 01 and BA. RGB value is (172,1,186). Sum of RGB (Red+Green+Blue) = 172+1+186=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC01BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01BA is #53FE45. Grayscale: #484848. Windows color (decimal): -5504582 or 12190124. OLE color: 12190124.

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

Color convert

RGB1721186-
CMYK0.080.9900.27
HSL295.46º98.93%36.67%-
HSV(B)295.46º99.46%72.94%-
XYZ25.8912.3447.47-
YUV73.22191.65198.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 186 (73.05% from 255) = 51.81%
R=47.91%
G=0.28%
B=51.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17211860.080.9900.27295.4698.9336.67
HexAC1BA86301B1276325
Octal25412721014303344714345
Binary10101100110111010100011000110110111001001111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC01BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC01BA; }

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

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

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

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

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

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

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

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