Shades of Deep Magenta #AF08AB
Tints of Deep Magenta #AF08AB
RGB
CMYK
RGB Variations
Color information
#AF08AB (or 0xAF08AB) is known color: Deep Magenta. HEX triplet: AF, 08 and AB. RGB value is (175,8,171). Sum of RGB (Red+Green+Blue) = 175+8+171=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF08AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF08AB is #50F754. Grayscale: #4C4C4C. Windows color (decimal): -5306197 or 11208879. OLE color: 11208879.
HSL color Cylindrical-coordinate representation of color #AF08AB: hue angle of 301.44º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF08AB is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 171 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.31 |
| HSL | 301.44º | 0.91% | 0.36% | - |
| HSV(B) | 301.44º | 0.95% | 0.69% | - |
| XYZ | 25.12 | 12.23 | 39.56 | - |
| YUV | 76.52 | 181.33 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 171 | 0 | 0.95 | 0.02 | 0.31 | 301.44 | 0.91 | 0.36 |
| Hex | AF | 8 | AB | 0 | 5F | 2 | 1F | 12D | 5B | 24 |
| Octal | 257 | 10 | 253 | 0 | 137 | 2 | 37 | 455 | 133 | 44 |
| Binary | 10101111 | 1000 | 10101011 | 0 | 1011111 | 10 | 11111 | 100101101 | 1011011 | 100100 |
Color Harmonies of #AF08AB
Complementary color
Monochromatic Colors of #AF08AB
Black with #AF08AB
Text Example
Text Example
White with #AF08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08AB; }
p { color: rgb(175,8,171); }
H1.HeaderClassName
{
color: #AF08AB;
}
.AnyTagClassName
{
color: #AF08AB;
}
</style>
background-color css
<style>
a { background-color: #AF08AB; }
a { background-color: rgb(175,8,171); }
div.DivClassName
{
background-color: #AF08AB;
}
.BgClassName
{
background-color: #AF08AB;
}
</style>
border-color css
<style>
span { border-color: #AF08AB; }
span { border-color: rgb(175,8,171); }
td.TdClassName
{
border-color: #AF08AB;
}
.TagClassName
{
border-color: #AF08AB;
}
</style>