Shades of Deep Magenta #AF12B2
Tints of Deep Magenta #AF12B2
RGB
CMYK
RGB Variations
Color information
#AF12B2 (or 0xAF12B2) is known color: Deep Magenta. HEX triplet: AF, 12 and B2. RGB value is (175,18,178). Sum of RGB (Red+Green+Blue) = 175+18+178=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF12B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12B2 is #50ED4D. Grayscale: #525252. Windows color (decimal): -5303630 or 11670191. OLE color: 11670191.
HSL color Cylindrical-coordinate representation of color #AF12B2: hue angle of 298.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF12B2 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 18 | 178 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.30 |
| HSL | 298.88º | 0.82% | 0.38% | - |
| HSV(B) | 298.88º | 0.9% | 0.7% | - |
| XYZ | 25.93 | 12.76 | 43.22 | - |
| YUV | 83.18 | 181.51 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 178 | 0.02 | 0.90 | 0 | 0.30 | 298.88 | 0.82 | 0.38 |
| Hex | AF | 12 | B2 | 2 | 5A | 0 | 1E | 12B | 52 | 26 |
| Octal | 257 | 22 | 262 | 2 | 132 | 0 | 36 | 453 | 122 | 46 |
| Binary | 10101111 | 10010 | 10110010 | 10 | 1011010 | 0 | 11110 | 100101011 | 1010010 | 100110 |
Color Harmonies of #AF12B2
Complementary color
Monochromatic Colors of #AF12B2
Black with #AF12B2
Text Example
Text Example
White with #AF12B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12B2; }
p { color: rgb(175,18,178); }
H1.HeaderClassName
{
color: #AF12B2;
}
.AnyTagClassName
{
color: #AF12B2;
}
</style>
background-color css
<style>
a { background-color: #AF12B2; }
a { background-color: rgb(175,18,178); }
div.DivClassName
{
background-color: #AF12B2;
}
.BgClassName
{
background-color: #AF12B2;
}
</style>
border-color css
<style>
span { border-color: #AF12B2; }
span { border-color: rgb(175,18,178); }
td.TdClassName
{
border-color: #AF12B2;
}
.TagClassName
{
border-color: #AF12B2;
}
</style>