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