Shades of Deep Magenta #AF18AA
Tints of Deep Magenta #AF18AA
RGB
CMYK
RGB Variations
Color information
#AF18AA (or 0xAF18AA) is known color: Deep Magenta. HEX triplet: AF, 18 and AA. RGB value is (175,24,170). Sum of RGB (Red+Green+Blue) = 175+24+170=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF18AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF18AA is #50E755. Grayscale: #555555. Windows color (decimal): -5302102 or 11147439. OLE color: 11147439.
HSL color Cylindrical-coordinate representation of color #AF18AA: hue angle of 301.99º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF18AA is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 170 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.31 |
| HSL | 301.99º | 0.76% | 0.39% | - |
| HSV(B) | 301.99º | 0.86% | 0.69% | - |
| XYZ | 25.26 | 12.67 | 39.14 | - |
| YUV | 85.79 | 175.53 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 170 | 0 | 0.86 | 0.03 | 0.31 | 301.99 | 0.76 | 0.39 |
| Hex | AF | 18 | AA | 0 | 56 | 3 | 1F | 12E | 4C | 27 |
| Octal | 257 | 30 | 252 | 0 | 126 | 3 | 37 | 456 | 114 | 47 |
| Binary | 10101111 | 11000 | 10101010 | 0 | 1010110 | 11 | 11111 | 100101110 | 1001100 | 100111 |
Color Harmonies of #AF18AA
Complementary color
Monochromatic Colors of #AF18AA
Black with #AF18AA
Text Example
Text Example
White with #AF18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18AA; }
p { color: rgb(175,24,170); }
H1.HeaderClassName
{
color: #AF18AA;
}
.AnyTagClassName
{
color: #AF18AA;
}
</style>
background-color css
<style>
a { background-color: #AF18AA; }
a { background-color: rgb(175,24,170); }
div.DivClassName
{
background-color: #AF18AA;
}
.BgClassName
{
background-color: #AF18AA;
}
</style>
border-color css
<style>
span { border-color: #AF18AA; }
span { border-color: rgb(175,24,170); }
td.TdClassName
{
border-color: #AF18AA;
}
.TagClassName
{
border-color: #AF18AA;
}
</style>