Shades of Deep Magenta #AF13BD
Tints of Deep Magenta #AF13BD
RGB
CMYK
RGB Variations
Color information
#AF13BD (or 0xAF13BD) is known color: Deep Magenta. HEX triplet: AF, 13 and BD. RGB value is (175,19,189). Sum of RGB (Red+Green+Blue) = 175+19+189=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF13BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13BD is #50EC42. Grayscale: #545454. Windows color (decimal): -5303363 or 12391343. OLE color: 12391343.
HSL color Cylindrical-coordinate representation of color #AF13BD: hue angle of 295.06º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF13BD is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 19 | 189 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.26 |
| HSL | 295.06º | 0.82% | 0.41% | - |
| HSV(B) | 295.06º | 0.9% | 0.74% | - |
| XYZ | 27.1 | 13.25 | 49.27 | - |
| YUV | 85.02 | 186.68 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 189 | 0.07 | 0.90 | 0 | 0.26 | 295.06 | 0.82 | 0.41 |
| Hex | AF | 13 | BD | 7 | 5A | 0 | 1A | 127 | 52 | 29 |
| Octal | 257 | 23 | 275 | 7 | 132 | 0 | 32 | 447 | 122 | 51 |
| Binary | 10101111 | 10011 | 10111101 | 111 | 1011010 | 0 | 11010 | 100100111 | 1010010 | 101001 |
Color Harmonies of #AF13BD
Complementary color
Monochromatic Colors of #AF13BD
Black with #AF13BD
Text Example
Text Example
White with #AF13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF13BD; }
p { color: rgb(175,19,189); }
H1.HeaderClassName
{
color: #AF13BD;
}
.AnyTagClassName
{
color: #AF13BD;
}
</style>
background-color css
<style>
a { background-color: #AF13BD; }
a { background-color: rgb(175,19,189); }
div.DivClassName
{
background-color: #AF13BD;
}
.BgClassName
{
background-color: #AF13BD;
}
</style>
border-color css
<style>
span { border-color: #AF13BD; }
span { border-color: rgb(175,19,189); }
td.TdClassName
{
border-color: #AF13BD;
}
.TagClassName
{
border-color: #AF13BD;
}
</style>