Shades of Dark Magenta #AC06A3
Tints of Dark Magenta #AC06A3
RGB
CMYK
RGB Variations
Color information
#AC06A3 (or 0xAC06A3) is known color: 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
RGB | 172 | 6 | 163 | - |
CMYK | 0 | 0.97 | 0.05 | 0.33 |
HSL | 303.25º | 0.93% | 0.35% | - |
HSV(B) | 303.25º | 0.97% | 0.67% | - |
XYZ | 23.69 | 11.55 | 35.63 | - |
YUV | 73.53 | 178.5 | 198.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 6 | 163 | 0 | 0.97 | 0.05 | 0.33 | 303.25 | 0.93 | 0.35 |
Hex | AC | 6 | A3 | 0 | 61 | 5 | 21 | 12F | 5D | 23 |
Octal | 254 | 6 | 243 | 0 | 141 | 5 | 41 | 457 | 135 | 43 |
Binary | 10101100 | 110 | 10100011 | 0 | 1100001 | 101 | 100001 | 100101111 | 1011101 | 100011 |
Color Harmonies of #AC06A3
Complementary color
Monochromatic Colors of #AC06A3
Black with #AC06A3
Text Example
Text Example
White with #AC06A3
Text Example
Text Example
HTML Codes & Css Web 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>