#AC06A2

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

Shades of Dark Magenta #AC06A2

Tints of Dark Magenta #AC06A2

Color information

#AC06A2 (or 0xAC06A2) is unknown color: approx Dark Magenta. HEX triplet: AC, 06 and A2. RGB value is (172,6,162). Sum of RGB (Red+Green+Blue) = 172+6+162=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC06A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC06A2 is #53F95D. Grayscale: #484848. Windows color (decimal): -5503326 or 10618540. OLE color: 10618540.

HSL color Cylindrical-coordinate representation of color #AC06A2: hue angle of 303.61º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC06A2 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB1726162-
CMYK00.970.060.33
HSL303.61º93.26%34.9%-
HSV(B)303.61º96.51%67.45%-
XYZ23.611.5135.16-
YUV73.42178198.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.59%
GREEN value IS 6 (2.73% from 255) = 1.76%
BLUE value IS 162 (63.67% from 255) = 47.65%
R=50.59%
G=1.76%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172616200.970.060.33303.6193.2634.9
HexAC6A20616211305d23
Octal2546242014164146013543
Binary1010110011010100010011000011101000011001100001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC06A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC06A2; }

 p { color: rgb(172,6,162); }

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

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

 a { background-color: rgb(172,6,162); }

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

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

 span { border-color: rgb(172,6,162); }

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