Shades of Dark Magenta #A801AC
Tints of Dark Magenta #A801AC
RGB
CMYK
RGB Variations
Color information
#A801AC (or 0xA801AC) is known color: Dark Magenta. HEX triplet: A8, 01 and AC. RGB value is (168,1,172). Sum of RGB (Red+Green+Blue) = 168+1+172=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #A801AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A801AC is #57FE53. Grayscale: #454545. Windows color (decimal): -5766740 or 11272616. OLE color: 11272616.
HSL color Cylindrical-coordinate representation of color #A801AC: hue angle of 298.6º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A801AC is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 1 | 172 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.33 |
| HSL | 298.6º | 0.99% | 0.34% | - |
| HSV(B) | 298.6º | 0.99% | 0.67% | - |
| XYZ | 23.61 | 11.33 | 39.97 | - |
| YUV | 70.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 172 | 0.02 | 0.99 | 0 | 0.33 | 298.6 | 0.99 | 0.34 |
| Hex | A8 | 1 | AC | 2 | 63 | 0 | 21 | 12B | 63 | 22 |
| Octal | 250 | 1 | 254 | 2 | 143 | 0 | 41 | 453 | 143 | 42 |
| Binary | 10101000 | 1 | 10101100 | 10 | 1100011 | 0 | 100001 | 100101011 | 1100011 | 100010 |
Color Harmonies of #A801AC
Complementary color
Monochromatic Colors of #A801AC
Black with #A801AC
Text Example
Text Example
White with #A801AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A801AC; }
p { color: rgb(168,1,172); }
H1.HeaderClassName
{
color: #A801AC;
}
.AnyTagClassName
{
color: #A801AC;
}
</style>
background-color css
<style>
a { background-color: #A801AC; }
a { background-color: rgb(168,1,172); }
div.DivClassName
{
background-color: #A801AC;
}
.BgClassName
{
background-color: #A801AC;
}
</style>
border-color css
<style>
span { border-color: #A801AC; }
span { border-color: rgb(168,1,172); }
td.TdClassName
{
border-color: #A801AC;
}
.TagClassName
{
border-color: #A801AC;
}
</style>