Shades of Deep Magenta #AF14B0
Tints of Deep Magenta #AF14B0
RGB
CMYK
RGB Variations
Color information
#AF14B0 (or 0xAF14B0) is known color: Deep Magenta. HEX triplet: AF, 14 and B0. RGB value is (175,20,176). Sum of RGB (Red+Green+Blue) = 175+20+176=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF14B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF14B0 is #50EB4F. Grayscale: #535353. Windows color (decimal): -5303120 or 11539631. OLE color: 11539631.
HSL color Cylindrical-coordinate representation of color #AF14B0: hue angle of 299.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF14B0 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 176 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.31 |
| HSL | 299.62º | 0.8% | 0.38% | - |
| HSV(B) | 299.62º | 0.89% | 0.69% | - |
| XYZ | 25.77 | 12.75 | 42.18 | - |
| YUV | 84.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 176 | 0.01 | 0.89 | 0 | 0.31 | 299.62 | 0.8 | 0.38 |
| Hex | AF | 14 | B0 | 1 | 59 | 0 | 1F | 12C | 50 | 26 |
| Octal | 257 | 24 | 260 | 1 | 131 | 0 | 37 | 454 | 120 | 46 |
| Binary | 10101111 | 10100 | 10110000 | 1 | 1011001 | 0 | 11111 | 100101100 | 1010000 | 100110 |
Color Harmonies of #AF14B0
Complementary color
Monochromatic Colors of #AF14B0
Black with #AF14B0
Text Example
Text Example
White with #AF14B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14B0; }
p { color: rgb(175,20,176); }
H1.HeaderClassName
{
color: #AF14B0;
}
.AnyTagClassName
{
color: #AF14B0;
}
</style>
background-color css
<style>
a { background-color: #AF14B0; }
a { background-color: rgb(175,20,176); }
div.DivClassName
{
background-color: #AF14B0;
}
.BgClassName
{
background-color: #AF14B0;
}
</style>
border-color css
<style>
span { border-color: #AF14B0; }
span { border-color: rgb(175,20,176); }
td.TdClassName
{
border-color: #AF14B0;
}
.TagClassName
{
border-color: #AF14B0;
}
</style>