Shades of Deep Magenta #AF12AF
Tints of Deep Magenta #AF12AF
RGB
CMYK
RGB Variations
Color information
#AF12AF (or 0xAF12AF) is known color: Deep Magenta. HEX triplet: AF, 12 and AF. RGB value is (175,18,175). Sum of RGB (Red+Green+Blue) = 175+18+175=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF12AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12AF is #50ED50. Grayscale: #525252. Windows color (decimal): -5303633 or 11473583. OLE color: 11473583.
HSL color Cylindrical-coordinate representation of color #AF12AF: hue angle of 300º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF12AF is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 175 | - |
| CMYK | 0 | 0.90 | 0 | 0.31 |
| HSL | 300º | 0.81% | 0.38% | - |
| HSV(B) | 300º | 0.9% | 0.69% | - |
| XYZ | 25.63 | 12.64 | 41.65 | - |
| YUV | 82.84 | 180.01 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 175 | 0 | 0.90 | 0 | 0.31 | 300 | 0.81 | 0.38 |
| Hex | AF | 12 | AF | 0 | 5A | 0 | 1F | 12C | 51 | 26 |
| Octal | 257 | 22 | 257 | 0 | 132 | 0 | 37 | 454 | 121 | 46 |
| Binary | 10101111 | 10010 | 10101111 | 0 | 1011010 | 0 | 11111 | 100101100 | 1010001 | 100110 |
Color Harmonies of #AF12AF
Complementary color
Monochromatic Colors of #AF12AF
Black with #AF12AF
Text Example
Text Example
White with #AF12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12AF; }
p { color: rgb(175,18,175); }
H1.HeaderClassName
{
color: #AF12AF;
}
.AnyTagClassName
{
color: #AF12AF;
}
</style>
background-color css
<style>
a { background-color: #AF12AF; }
a { background-color: rgb(175,18,175); }
div.DivClassName
{
background-color: #AF12AF;
}
.BgClassName
{
background-color: #AF12AF;
}
</style>
border-color css
<style>
span { border-color: #AF12AF; }
span { border-color: rgb(175,18,175); }
td.TdClassName
{
border-color: #AF12AF;
}
.TagClassName
{
border-color: #AF12AF;
}
</style>