Shades of Dark Magenta #AF019C
Tints of Dark Magenta #AF019C
RGB
CMYK
RGB Variations
Color information
#AF019C (or 0xAF019C) is known color: Dark Magenta. HEX triplet: AF, 01 and 9C. RGB value is (175,1,156). Sum of RGB (Red+Green+Blue) = 175+1+156=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF019C is #50FE63. Grayscale: #464646. Windows color (decimal): -5308004 or 10224047. OLE color: 10224047.
HSL color Cylindrical-coordinate representation of color #AF019C: hue angle of 306.55º 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 #AF019C is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.31 |
| HSL | 306.55º | 0.99% | 0.35% | - |
| HSV(B) | 306.55º | 0.99% | 0.69% | - |
| XYZ | 23.69 | 11.54 | 32.43 | - |
| YUV | 70.7 | 176.15 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 156 | 0 | 0.99 | 0.11 | 0.31 | 306.55 | 0.99 | 0.35 |
| Hex | AF | 1 | 9C | 0 | 63 | B | 1F | 133 | 63 | 23 |
| Octal | 257 | 1 | 234 | 0 | 143 | 13 | 37 | 463 | 143 | 43 |
| Binary | 10101111 | 1 | 10011100 | 0 | 1100011 | 1011 | 11111 | 100110011 | 1100011 | 100011 |
Color Harmonies of #AF019C
Complementary color
Monochromatic Colors of #AF019C
Black with #AF019C
Text Example
Text Example
White with #AF019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF019C; }
p { color: rgb(175,1,156); }
H1.HeaderClassName
{
color: #AF019C;
}
.AnyTagClassName
{
color: #AF019C;
}
</style>
background-color css
<style>
a { background-color: #AF019C; }
a { background-color: rgb(175,1,156); }
div.DivClassName
{
background-color: #AF019C;
}
.BgClassName
{
background-color: #AF019C;
}
</style>
border-color css
<style>
span { border-color: #AF019C; }
span { border-color: rgb(175,1,156); }
td.TdClassName
{
border-color: #AF019C;
}
.TagClassName
{
border-color: #AF019C;
}
</style>