Shades of Deep Magenta #AF01B3
Tints of Deep Magenta #AF01B3
RGB
CMYK
RGB Variations
Color information
#AF01B3 (or 0xAF01B3) is known color: Deep Magenta. HEX triplet: AF, 01 and B3. RGB value is (175,1,179). Sum of RGB (Red+Green+Blue) = 175+1+179=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF01B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01B3 is #50FE4C. Grayscale: #484848. Windows color (decimal): -5307981 or 11731375. OLE color: 11731375.
HSL color Cylindrical-coordinate representation of color #AF01B3: hue angle of 298.65º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF01B3 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 1 | 179 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.30 |
| HSL | 298.65º | 0.99% | 0.35% | - |
| HSV(B) | 298.65º | 0.99% | 0.7% | - |
| XYZ | 25.83 | 12.39 | 43.68 | - |
| YUV | 73.32 | 187.65 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 179 | 0.02 | 0.99 | 0 | 0.30 | 298.65 | 0.99 | 0.35 |
| Hex | AF | 1 | B3 | 2 | 63 | 0 | 1E | 12B | 63 | 23 |
| Octal | 257 | 1 | 263 | 2 | 143 | 0 | 36 | 453 | 143 | 43 |
| Binary | 10101111 | 1 | 10110011 | 10 | 1100011 | 0 | 11110 | 100101011 | 1100011 | 100011 |
Color Harmonies of #AF01B3
Complementary color
Monochromatic Colors of #AF01B3
Black with #AF01B3
Text Example
Text Example
White with #AF01B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01B3; }
p { color: rgb(175,1,179); }
H1.HeaderClassName
{
color: #AF01B3;
}
.AnyTagClassName
{
color: #AF01B3;
}
</style>
background-color css
<style>
a { background-color: #AF01B3; }
a { background-color: rgb(175,1,179); }
div.DivClassName
{
background-color: #AF01B3;
}
.BgClassName
{
background-color: #AF01B3;
}
</style>
border-color css
<style>
span { border-color: #AF01B3; }
span { border-color: rgb(175,1,179); }
td.TdClassName
{
border-color: #AF01B3;
}
.TagClassName
{
border-color: #AF01B3;
}
</style>