Shades of Dark Magenta #A401AF
Tints of Dark Magenta #A401AF
RGB
CMYK
RGB Variations
Color information
#A401AF (or 0xA401AF) is known color: Dark Magenta. HEX triplet: A4, 01 and AF. RGB value is (164,1,175). Sum of RGB (Red+Green+Blue) = 164+1+175=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #A401AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A401AF is #5BFE50. Grayscale: #454545. Windows color (decimal): -6028881 or 11469220. OLE color: 11469220.
HSL color Cylindrical-coordinate representation of color #A401AF: hue angle of 296.21º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A401AF is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 1 | 175 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.31 |
| HSL | 296.21º | 0.99% | 0.35% | - |
| HSV(B) | 296.21º | 0.99% | 0.69% | - |
| XYZ | 23.06 | 11.01 | 41.47 | - |
| YUV | 69.57 | 187.5 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 175 | 0.06 | 0.99 | 0 | 0.31 | 296.21 | 0.99 | 0.35 |
| Hex | A4 | 1 | AF | 6 | 63 | 0 | 1F | 128 | 63 | 23 |
| Octal | 244 | 1 | 257 | 6 | 143 | 0 | 37 | 450 | 143 | 43 |
| Binary | 10100100 | 1 | 10101111 | 110 | 1100011 | 0 | 11111 | 100101000 | 1100011 | 100011 |
Color Harmonies of #A401AF
Complementary color
Monochromatic Colors of #A401AF
Black with #A401AF
Text Example
Text Example
White with #A401AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401AF; }
p { color: rgb(164,1,175); }
H1.HeaderClassName
{
color: #A401AF;
}
.AnyTagClassName
{
color: #A401AF;
}
</style>
background-color css
<style>
a { background-color: #A401AF; }
a { background-color: rgb(164,1,175); }
div.DivClassName
{
background-color: #A401AF;
}
.BgClassName
{
background-color: #A401AF;
}
</style>
border-color css
<style>
span { border-color: #A401AF; }
span { border-color: rgb(164,1,175); }
td.TdClassName
{
border-color: #A401AF;
}
.TagClassName
{
border-color: #A401AF;
}
</style>