Shades of Deep Magenta #AF08AA
Tints of Deep Magenta #AF08AA
RGB
CMYK
RGB Variations
Color information
#AF08AA (or 0xAF08AA) is known color: Deep Magenta. HEX triplet: AF, 08 and AA. RGB value is (175,8,170). Sum of RGB (Red+Green+Blue) = 175+8+170=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF08AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF08AA is #50F755. Grayscale: #4B4B4B. Windows color (decimal): -5306198 or 11143343. OLE color: 11143343.
HSL color Cylindrical-coordinate representation of color #AF08AA: hue angle of 301.8º 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 #AF08AA is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 170 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.31 |
| HSL | 301.8º | 0.91% | 0.36% | - |
| HSV(B) | 301.8º | 0.95% | 0.69% | - |
| XYZ | 25.02 | 12.19 | 39.06 | - |
| YUV | 76.4 | 180.83 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 170 | 0 | 0.95 | 0.03 | 0.31 | 301.8 | 0.91 | 0.36 |
| Hex | AF | 8 | AA | 0 | 5F | 3 | 1F | 12E | 5B | 24 |
| Octal | 257 | 10 | 252 | 0 | 137 | 3 | 37 | 456 | 133 | 44 |
| Binary | 10101111 | 1000 | 10101010 | 0 | 1011111 | 11 | 11111 | 100101110 | 1011011 | 100100 |
Color Harmonies of #AF08AA
Complementary color
Monochromatic Colors of #AF08AA
Black with #AF08AA
Text Example
Text Example
White with #AF08AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08AA; }
p { color: rgb(175,8,170); }
H1.HeaderClassName
{
color: #AF08AA;
}
.AnyTagClassName
{
color: #AF08AA;
}
</style>
background-color css
<style>
a { background-color: #AF08AA; }
a { background-color: rgb(175,8,170); }
div.DivClassName
{
background-color: #AF08AA;
}
.BgClassName
{
background-color: #AF08AA;
}
</style>
border-color css
<style>
span { border-color: #AF08AA; }
span { border-color: rgb(175,8,170); }
td.TdClassName
{
border-color: #AF08AA;
}
.TagClassName
{
border-color: #AF08AA;
}
</style>