Shades of Dark Magenta #AF01A6
Tints of Dark Magenta #AF01A6
RGB
CMYK
RGB Variations
Color information
#AF01A6 (or 0xAF01A6) is known color: Dark Magenta. HEX triplet: AF, 01 and A6. RGB value is (175,1,166). Sum of RGB (Red+Green+Blue) = 175+1+166=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF01A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF01A6 is #50FE59. Grayscale: #474747. Windows color (decimal): -5307994 or 10879407. OLE color: 10879407.
HSL color Cylindrical-coordinate representation of color #AF01A6: hue angle of 303.1º 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 #AF01A6 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 166 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.31 |
| HSL | 303.1º | 0.99% | 0.35% | - |
| HSV(B) | 303.1º | 0.99% | 0.69% | - |
| XYZ | 24.57 | 11.89 | 37.08 | - |
| YUV | 71.84 | 181.15 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 166 | 0 | 0.99 | 0.05 | 0.31 | 303.1 | 0.99 | 0.35 |
| Hex | AF | 1 | A6 | 0 | 63 | 5 | 1F | 12F | 63 | 23 |
| Octal | 257 | 1 | 246 | 0 | 143 | 5 | 37 | 457 | 143 | 43 |
| Binary | 10101111 | 1 | 10100110 | 0 | 1100011 | 101 | 11111 | 100101111 | 1100011 | 100011 |
Color Harmonies of #AF01A6
Complementary color
Monochromatic Colors of #AF01A6
Black with #AF01A6
Text Example
Text Example
White with #AF01A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01A6; }
p { color: rgb(175,1,166); }
H1.HeaderClassName
{
color: #AF01A6;
}
.AnyTagClassName
{
color: #AF01A6;
}
</style>
background-color css
<style>
a { background-color: #AF01A6; }
a { background-color: rgb(175,1,166); }
div.DivClassName
{
background-color: #AF01A6;
}
.BgClassName
{
background-color: #AF01A6;
}
</style>
border-color css
<style>
span { border-color: #AF01A6; }
span { border-color: rgb(175,1,166); }
td.TdClassName
{
border-color: #AF01A6;
}
.TagClassName
{
border-color: #AF01A6;
}
</style>