Shades of Dark Magenta #AF019A
Tints of Dark Magenta #AF019A
RGB
CMYK
RGB Variations
Color information
#AF019A (or 0xAF019A) is known color: Dark Magenta. HEX triplet: AF, 01 and 9A. RGB value is (175,1,154). Sum of RGB (Red+Green+Blue) = 175+1+154=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF019A is #50FE65. Grayscale: #464646. Windows color (decimal): -5308006 or 10092975. OLE color: 10092975.
HSL color Cylindrical-coordinate representation of color #AF019A: hue angle of 307.24º 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 #AF019A is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 154 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.31 |
| HSL | 307.24º | 0.99% | 0.35% | - |
| HSV(B) | 307.24º | 0.99% | 0.69% | - |
| XYZ | 23.52 | 11.47 | 31.55 | - |
| YUV | 70.47 | 175.15 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 154 | 0 | 0.99 | 0.12 | 0.31 | 307.24 | 0.99 | 0.35 |
| Hex | AF | 1 | 9A | 0 | 63 | C | 1F | 133 | 63 | 23 |
| Octal | 257 | 1 | 232 | 0 | 143 | 14 | 37 | 463 | 143 | 43 |
| Binary | 10101111 | 1 | 10011010 | 0 | 1100011 | 1100 | 11111 | 100110011 | 1100011 | 100011 |
Color Harmonies of #AF019A
Complementary color
Monochromatic Colors of #AF019A
Black with #AF019A
Text Example
Text Example
White with #AF019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF019A; }
p { color: rgb(175,1,154); }
H1.HeaderClassName
{
color: #AF019A;
}
.AnyTagClassName
{
color: #AF019A;
}
</style>
background-color css
<style>
a { background-color: #AF019A; }
a { background-color: rgb(175,1,154); }
div.DivClassName
{
background-color: #AF019A;
}
.BgClassName
{
background-color: #AF019A;
}
</style>
border-color css
<style>
span { border-color: #AF019A; }
span { border-color: rgb(175,1,154); }
td.TdClassName
{
border-color: #AF019A;
}
.TagClassName
{
border-color: #AF019A;
}
</style>