#AC018F

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

Shades of Dark Magenta #AC018F

Tints of Dark Magenta #AC018F

Color information

#AC018F (or 0xAC018F) is unknown color: approx Dark Magenta. HEX triplet: AC, 01 and 8F. RGB value is (172,1,143). Sum of RGB (Red+Green+Blue) = 172+1+143=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC018F is #53FE70. Grayscale: #434343. Windows color (decimal): -5504625 or 9372076. OLE color: 9372076.

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

Color convert

RGB1721143-
CMYK00.990.170.33
HSL310.18º98.84%33.92%-
HSV(B)310.18º99.42%67.45%-
XYZ21.9810.7826.91-
YUV68.32170.15201.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.43%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 143 (56.25% from 255) = 45.25%
R=54.43%
G=0.32%
B=45.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172114300.990.170.33310.1898.8433.92
HexAC18F06311211366322
Octal25412170143214146614342
Binary1010110011000111101100011100011000011001101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC018F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC018F; }

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

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

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

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

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

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

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

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