#AC07A6

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

Shades of Dark Magenta #AC07A6

Tints of Dark Magenta #AC07A6

Color information

#AC07A6 (or 0xAC07A6) is unknown color: approx Dark Magenta. HEX triplet: AC, 07 and A6. RGB value is (172,7,166). Sum of RGB (Red+Green+Blue) = 172+7+166=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC07A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC07A6 is #53F859. Grayscale: #494949. Windows color (decimal): -5503066 or 10880940. OLE color: 10880940.

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

Color convert

RGB1727166-
CMYK00.960.030.33
HSL302.18º92.18%35.1%-
HSV(B)302.18º95.93%67.45%-
XYZ23.9711.6837.07-
YUV74.46179.66197.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 7 (3.12% from 255) = 2.03%
BLUE value IS 166 (65.23% from 255) = 48.12%
R=49.86%
G=2.03%
B=48.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172716600.960.030.33302.1892.1835.1
HexAC7A606032112e5c23
Octal2547246014034145613443
Binary101011001111010011001100000111000011001011101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC07A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC07A6; }

 p { color: rgb(172,7,166); }

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

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

 a { background-color: rgb(172,7,166); }

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

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

 span { border-color: rgb(172,7,166); }

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