#ac16a7

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

Shades of Dark Magenta #AC16A7

Tints of Dark Magenta #AC16A7

Color information

#AC16A7 (or 0xAC16A7) is unknown color: approx Dark Magenta. HEX triplet: AC, 16 and A7. RGB value is (172,22,167). Sum of RGB (Red+Green+Blue) = 172+22+167=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC16A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC16A7 is #53E958. Grayscale: #525252. Windows color (decimal): -5499225 or 10950316. OLE color: 10950316.

HSL color Cylindrical-coordinate representation of color #AC16A7: hue angle of 302º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC16A7 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB17222167-
CMYK00.870.030.33
HSL302º77.32%38.04%-
HSV(B)302º87.21%67.45%-
XYZ24.2812.1337.62-
YUV83.38175.2191.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.65%
GREEN value IS 22 (8.98% from 255) = 6.09%
BLUE value IS 167 (65.62% from 255) = 46.26%
R=47.65%
G=6.09%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722216700.870.030.3330277.3238.04
HexAC16A705732112e4d26
Octal25426247012734145611546
Binary10101100101101010011101010111111000011001011101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac16a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac16a7; }

 p { color: rgb(172,22,167); }

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

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

 a { background-color: rgb(172,22,167); }

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

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

 span { border-color: rgb(172,22,167); }

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