Shades of Deep Magenta #AF01B4
Tints of Deep Magenta #AF01B4
RGB
CMYK
RGB Variations
Color information
#AF01B4 (or 0xAF01B4) is known color: Deep Magenta. HEX triplet: AF, 01 and B4. RGB value is (175,1,180). Sum of RGB (Red+Green+Blue) = 175+1+180=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF01B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01B4 is #50FE4B. Grayscale: #484848. Windows color (decimal): -5307980 or 11796911. OLE color: 11796911.
HSL color Cylindrical-coordinate representation of color #AF01B4: hue angle of 298.32º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF01B4 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 1 | 180 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.29 |
| HSL | 298.32º | 0.99% | 0.35% | - |
| HSV(B) | 298.32º | 0.99% | 0.71% | - |
| XYZ | 25.93 | 12.43 | 44.21 | - |
| YUV | 73.43 | 188.15 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 180 | 0.03 | 0.99 | 0 | 0.29 | 298.32 | 0.99 | 0.35 |
| Hex | AF | 1 | B4 | 3 | 63 | 0 | 1D | 12A | 63 | 23 |
| Octal | 257 | 1 | 264 | 3 | 143 | 0 | 35 | 452 | 143 | 43 |
| Binary | 10101111 | 1 | 10110100 | 11 | 1100011 | 0 | 11101 | 100101010 | 1100011 | 100011 |
Color Harmonies of #AF01B4
Complementary color
Monochromatic Colors of #AF01B4
Black with #AF01B4
Text Example
Text Example
White with #AF01B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01B4; }
p { color: rgb(175,1,180); }
H1.HeaderClassName
{
color: #AF01B4;
}
.AnyTagClassName
{
color: #AF01B4;
}
</style>
background-color css
<style>
a { background-color: #AF01B4; }
a { background-color: rgb(175,1,180); }
div.DivClassName
{
background-color: #AF01B4;
}
.BgClassName
{
background-color: #AF01B4;
}
</style>
border-color css
<style>
span { border-color: #AF01B4; }
span { border-color: rgb(175,1,180); }
td.TdClassName
{
border-color: #AF01B4;
}
.TagClassName
{
border-color: #AF01B4;
}
</style>