Shades of Deep Magenta #AF0CA9
Tints of Deep Magenta #AF0CA9
RGB
CMYK
RGB Variations
Color information
#AF0CA9 (or 0xAF0CA9) is known color: Deep Magenta. HEX triplet: AF, 0C and A9. RGB value is (175,12,169). Sum of RGB (Red+Green+Blue) = 175+12+169=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0CA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0CA9 is #50F356. Grayscale: #4E4E4E. Windows color (decimal): -5305175 or 11078831. OLE color: 11078831.
HSL color Cylindrical-coordinate representation of color #AF0CA9: hue angle of 302.21º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0CA9 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 169 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.31 |
| HSL | 302.21º | 0.87% | 0.37% | - |
| HSV(B) | 302.21º | 0.93% | 0.69% | - |
| XYZ | 24.97 | 12.24 | 38.58 | - |
| YUV | 78.64 | 179 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 169 | 0 | 0.93 | 0.03 | 0.31 | 302.21 | 0.87 | 0.37 |
| Hex | AF | C | A9 | 0 | 5D | 3 | 1F | 12E | 57 | 25 |
| Octal | 257 | 14 | 251 | 0 | 135 | 3 | 37 | 456 | 127 | 45 |
| Binary | 10101111 | 1100 | 10101001 | 0 | 1011101 | 11 | 11111 | 100101110 | 1010111 | 100101 |
Color Harmonies of #AF0CA9
Complementary color
Monochromatic Colors of #AF0CA9
Black with #AF0CA9
Text Example
Text Example
White with #AF0CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CA9; }
p { color: rgb(175,12,169); }
H1.HeaderClassName
{
color: #AF0CA9;
}
.AnyTagClassName
{
color: #AF0CA9;
}
</style>
background-color css
<style>
a { background-color: #AF0CA9; }
a { background-color: rgb(175,12,169); }
div.DivClassName
{
background-color: #AF0CA9;
}
.BgClassName
{
background-color: #AF0CA9;
}
</style>
border-color css
<style>
span { border-color: #AF0CA9; }
span { border-color: rgb(175,12,169); }
td.TdClassName
{
border-color: #AF0CA9;
}
.TagClassName
{
border-color: #AF0CA9;
}
</style>