Shades of Dark Magenta #AF0DA1
Tints of Dark Magenta #AF0DA1
RGB
CMYK
RGB Variations
Color information
#AF0DA1 (or 0xAF0DA1) is known color: Dark Magenta. HEX triplet: AF, 0D and A1. RGB value is (175,13,161). Sum of RGB (Red+Green+Blue) = 175+13+161=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0DA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0DA1 is #50F25E. Grayscale: #4D4D4D. Windows color (decimal): -5304927 or 10554799. OLE color: 10554799.
HSL color Cylindrical-coordinate representation of color #AF0DA1: hue angle of 305.19º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0DA1 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 161 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.31 |
| HSL | 305.19º | 0.86% | 0.37% | - |
| HSV(B) | 305.19º | 0.93% | 0.69% | - |
| XYZ | 24.26 | 11.98 | 34.75 | - |
| YUV | 78.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 161 | 0 | 0.93 | 0.08 | 0.31 | 305.19 | 0.86 | 0.37 |
| Hex | AF | D | A1 | 0 | 5D | 8 | 1F | 131 | 56 | 25 |
| Octal | 257 | 15 | 241 | 0 | 135 | 10 | 37 | 461 | 126 | 45 |
| Binary | 10101111 | 1101 | 10100001 | 0 | 1011101 | 1000 | 11111 | 100110001 | 1010110 | 100101 |
Color Harmonies of #AF0DA1
Complementary color
Monochromatic Colors of #AF0DA1
Black with #AF0DA1
Text Example
Text Example
White with #AF0DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DA1; }
p { color: rgb(175,13,161); }
H1.HeaderClassName
{
color: #AF0DA1;
}
.AnyTagClassName
{
color: #AF0DA1;
}
</style>
background-color css
<style>
a { background-color: #AF0DA1; }
a { background-color: rgb(175,13,161); }
div.DivClassName
{
background-color: #AF0DA1;
}
.BgClassName
{
background-color: #AF0DA1;
}
</style>
border-color css
<style>
span { border-color: #AF0DA1; }
span { border-color: rgb(175,13,161); }
td.TdClassName
{
border-color: #AF0DA1;
}
.TagClassName
{
border-color: #AF0DA1;
}
</style>