Shades of Dark Magenta #AF079C
Tints of Dark Magenta #AF079C
RGB
CMYK
RGB Variations
Color information
#AF079C (or 0xAF079C) is known color: Dark Magenta. HEX triplet: AF, 07 and 9C. RGB value is (175,7,156). Sum of RGB (Red+Green+Blue) = 175+7+156=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF079C is #50F863. Grayscale: #494949. Windows color (decimal): -5306468 or 10225583. OLE color: 10225583.
HSL color Cylindrical-coordinate representation of color #AF079C: hue angle of 306.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF079C is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 156 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.31 |
| HSL | 306.79º | 0.92% | 0.36% | - |
| HSV(B) | 306.79º | 0.96% | 0.69% | - |
| XYZ | 23.76 | 11.67 | 32.45 | - |
| YUV | 74.22 | 174.16 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 156 | 0 | 0.96 | 0.11 | 0.31 | 306.79 | 0.92 | 0.36 |
| Hex | AF | 7 | 9C | 0 | 60 | B | 1F | 133 | 5C | 24 |
| Octal | 257 | 7 | 234 | 0 | 140 | 13 | 37 | 463 | 134 | 44 |
| Binary | 10101111 | 111 | 10011100 | 0 | 1100000 | 1011 | 11111 | 100110011 | 1011100 | 100100 |
Color Harmonies of #AF079C
Complementary color
Monochromatic Colors of #AF079C
Black with #AF079C
Text Example
Text Example
White with #AF079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF079C; }
p { color: rgb(175,7,156); }
H1.HeaderClassName
{
color: #AF079C;
}
.AnyTagClassName
{
color: #AF079C;
}
</style>
background-color css
<style>
a { background-color: #AF079C; }
a { background-color: rgb(175,7,156); }
div.DivClassName
{
background-color: #AF079C;
}
.BgClassName
{
background-color: #AF079C;
}
</style>
border-color css
<style>
span { border-color: #AF079C; }
span { border-color: rgb(175,7,156); }
td.TdClassName
{
border-color: #AF079C;
}
.TagClassName
{
border-color: #AF079C;
}
</style>