Shades of Deep Magenta #AF08BA
Tints of Deep Magenta #AF08BA
RGB
CMYK
RGB Variations
Color information
#AF08BA (or 0xAF08BA) is known color: Deep Magenta. HEX triplet: AF, 08 and BA. RGB value is (175,8,186). Sum of RGB (Red+Green+Blue) = 175+8+186=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF08BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08BA is #50F745. Grayscale: #4D4D4D. Windows color (decimal): -5306182 or 12191919. OLE color: 12191919.
HSL color Cylindrical-coordinate representation of color #AF08BA: hue angle of 296.29º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF08BA is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 8 | 186 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.27 |
| HSL | 296.29º | 0.92% | 0.38% | - |
| HSV(B) | 296.29º | 0.96% | 0.73% | - |
| XYZ | 26.63 | 12.83 | 47.53 | - |
| YUV | 78.23 | 188.83 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 186 | 0.06 | 0.96 | 0 | 0.27 | 296.29 | 0.92 | 0.38 |
| Hex | AF | 8 | BA | 6 | 60 | 0 | 1B | 128 | 5C | 26 |
| Octal | 257 | 10 | 272 | 6 | 140 | 0 | 33 | 450 | 134 | 46 |
| Binary | 10101111 | 1000 | 10111010 | 110 | 1100000 | 0 | 11011 | 100101000 | 1011100 | 100110 |
Color Harmonies of #AF08BA
Complementary color
Monochromatic Colors of #AF08BA
Black with #AF08BA
Text Example
Text Example
White with #AF08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08BA; }
p { color: rgb(175,8,186); }
H1.HeaderClassName
{
color: #AF08BA;
}
.AnyTagClassName
{
color: #AF08BA;
}
</style>
background-color css
<style>
a { background-color: #AF08BA; }
a { background-color: rgb(175,8,186); }
div.DivClassName
{
background-color: #AF08BA;
}
.BgClassName
{
background-color: #AF08BA;
}
</style>
border-color css
<style>
span { border-color: #AF08BA; }
span { border-color: rgb(175,8,186); }
td.TdClassName
{
border-color: #AF08BA;
}
.TagClassName
{
border-color: #AF08BA;
}
</style>