#AC06A3

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

Shades of Dark Magenta #AC06A3

Tints of Dark Magenta #AC06A3

Color information

#AC06A3 (or 0xAC06A3) is unknown color: approx Dark Magenta. HEX triplet: AC, 06 and A3. RGB value is (172,6,163). Sum of RGB (Red+Green+Blue) = 172+6+163=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC06A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC06A3 is #53F95C. Grayscale: #494949. Windows color (decimal): -5503325 or 10684076. OLE color: 10684076.

HSL color Cylindrical-coordinate representation of color #AC06A3: hue angle of 303.25º 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 #AC06A3 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB1726163-
CMYK00.970.050.33
HSL303.25º93.26%34.9%-
HSV(B)303.25º96.51%67.45%-
XYZ23.6911.5535.63-
YUV73.53178.5198.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.44%
GREEN value IS 6 (2.73% from 255) = 1.76%
BLUE value IS 163 (64.06% from 255) = 47.80%
R=50.44%
G=1.76%
B=47.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172616300.970.050.33303.2593.2634.9
HexAC6A306152112f5d23
Octal2546243014154145713543
Binary1010110011010100011011000011011000011001011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC06A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC06A3; }

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

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

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

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

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

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

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

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