Shades of Dark Magenta #AF089E
Tints of Dark Magenta #AF089E
RGB
CMYK
RGB Variations
Color information
#AF089E (or 0xAF089E) is known color: Dark Magenta. HEX triplet: AF, 08 and 9E. RGB value is (175,8,158). Sum of RGB (Red+Green+Blue) = 175+8+158=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF089E is #50F761. Grayscale: #4A4A4A. Windows color (decimal): -5306210 or 10356911. OLE color: 10356911.
HSL color Cylindrical-coordinate representation of color #AF089E: hue angle of 306.11º 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 #AF089E is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 158 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.31 |
| HSL | 306.11º | 0.91% | 0.36% | - |
| HSV(B) | 306.11º | 0.95% | 0.69% | - |
| XYZ | 23.94 | 11.76 | 33.36 | - |
| YUV | 75.03 | 174.83 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 158 | 0 | 0.95 | 0.10 | 0.31 | 306.11 | 0.91 | 0.36 |
| Hex | AF | 8 | 9E | 0 | 5F | A | 1F | 132 | 5B | 24 |
| Octal | 257 | 10 | 236 | 0 | 137 | 12 | 37 | 462 | 133 | 44 |
| Binary | 10101111 | 1000 | 10011110 | 0 | 1011111 | 1010 | 11111 | 100110010 | 1011011 | 100100 |
Color Harmonies of #AF089E
Complementary color
Monochromatic Colors of #AF089E
Black with #AF089E
Text Example
Text Example
White with #AF089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF089E; }
p { color: rgb(175,8,158); }
H1.HeaderClassName
{
color: #AF089E;
}
.AnyTagClassName
{
color: #AF089E;
}
</style>
background-color css
<style>
a { background-color: #AF089E; }
a { background-color: rgb(175,8,158); }
div.DivClassName
{
background-color: #AF089E;
}
.BgClassName
{
background-color: #AF089E;
}
</style>
border-color css
<style>
span { border-color: #AF089E; }
span { border-color: rgb(175,8,158); }
td.TdClassName
{
border-color: #AF089E;
}
.TagClassName
{
border-color: #AF089E;
}
</style>