#AC01AE

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

Shades of Deep Magenta #AC01AE

Tints of Deep Magenta #AC01AE

Color information

#AC01AE (or 0xAC01AE) is unknown color: approx Deep Magenta. HEX triplet: AC, 01 and AE. RGB value is (172,1,174). Sum of RGB (Red+Green+Blue) = 172+1+174=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC01AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC01AE is #53FE51. Grayscale: #474747. Windows color (decimal): -5504594 or 11403692. OLE color: 11403692.

HSL color Cylindrical-coordinate representation of color #AC01AE: hue angle of 299.31º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC01AE is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1721174-
CMYK0.010.9900.32
HSL299.31º98.86%34.31%-
HSV(B)299.31º99.43%68.24%-
XYZ24.6611.8541.03-
YUV71.85185.65199.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=49.57%
G=0.29%
B=50.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17211740.010.9900.32299.3198.8634.31
HexAC1AE16302012b6322
Octal2541256114304045314342
Binary101011001101011101110001101000001001010111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC01AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC01AE; }

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

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

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

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

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

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

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

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