Shades of Deep Magenta #AF01AC
Tints of Deep Magenta #AF01AC
RGB
CMYK
RGB Variations
Color information
#AF01AC (or 0xAF01AC) is known color: Deep Magenta. HEX triplet: AF, 01 and AC. RGB value is (175,1,172). Sum of RGB (Red+Green+Blue) = 175+1+172=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF01AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF01AC is #50FE53. Grayscale: #484848. Windows color (decimal): -5307988 or 11272623. OLE color: 11272623.
HSL color Cylindrical-coordinate representation of color #AF01AC: hue angle of 301.03º 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 #AF01AC is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 172 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.31 |
| HSL | 301.03º | 0.99% | 0.35% | - |
| HSV(B) | 301.03º | 0.99% | 0.69% | - |
| XYZ | 25.14 | 12.11 | 40.04 | - |
| YUV | 72.52 | 184.15 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 172 | 0 | 0.99 | 0.02 | 0.31 | 301.03 | 0.99 | 0.35 |
| Hex | AF | 1 | AC | 0 | 63 | 2 | 1F | 12D | 63 | 23 |
| Octal | 257 | 1 | 254 | 0 | 143 | 2 | 37 | 455 | 143 | 43 |
| Binary | 10101111 | 1 | 10101100 | 0 | 1100011 | 10 | 11111 | 100101101 | 1100011 | 100011 |
Color Harmonies of #AF01AC
Complementary color
Monochromatic Colors of #AF01AC
Black with #AF01AC
Text Example
Text Example
White with #AF01AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01AC; }
p { color: rgb(175,1,172); }
H1.HeaderClassName
{
color: #AF01AC;
}
.AnyTagClassName
{
color: #AF01AC;
}
</style>
background-color css
<style>
a { background-color: #AF01AC; }
a { background-color: rgb(175,1,172); }
div.DivClassName
{
background-color: #AF01AC;
}
.BgClassName
{
background-color: #AF01AC;
}
</style>
border-color css
<style>
span { border-color: #AF01AC; }
span { border-color: rgb(175,1,172); }
td.TdClassName
{
border-color: #AF01AC;
}
.TagClassName
{
border-color: #AF01AC;
}
</style>