Shades of Dark Magenta #AF0095
Tints of Dark Magenta #AF0095
RGB
CMYK
RGB Variations
Color information
#AF0095 (or 0xAF0095) is known color: Dark Magenta. HEX triplet: AF, 00 and 95. RGB value is (175,0,149). Sum of RGB (Red+Green+Blue) = 175+0+149=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0095 is #50FF6A. Grayscale: #444444. Windows color (decimal): -5308267 or 9765039. OLE color: 9765039.
HSL color Cylindrical-coordinate representation of color #AF0095: hue angle of 308.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0095 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.15 | 0.31 |
| HSL | 308.91º | 1% | 0.34% | - |
| HSV(B) | 308.91º | 1% | 0.69% | - |
| XYZ | 23.1 | 11.28 | 29.39 | - |
| YUV | 69.31 | 172.98 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 149 | 0 | 1 | 0.15 | 0.31 | 308.91 | 1 | 0.34 |
| Hex | AF | 0 | 95 | 0 | 64 | F | 1F | 135 | 64 | 22 |
| Octal | 257 | 0 | 225 | 0 | 144 | 17 | 37 | 465 | 144 | 42 |
| Binary | 10101111 | 0 | 10010101 | 0 | 1100100 | 1111 | 11111 | 100110101 | 1100100 | 100010 |
Color Harmonies of #AF0095
Complementary color
Monochromatic Colors of #AF0095
Black with #AF0095
Text Example
Text Example
White with #AF0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0095; }
p { color: rgb(175,0,149); }
H1.HeaderClassName
{
color: #AF0095;
}
.AnyTagClassName
{
color: #AF0095;
}
</style>
background-color css
<style>
a { background-color: #AF0095; }
a { background-color: rgb(175,0,149); }
div.DivClassName
{
background-color: #AF0095;
}
.BgClassName
{
background-color: #AF0095;
}
</style>
border-color css
<style>
span { border-color: #AF0095; }
span { border-color: rgb(175,0,149); }
td.TdClassName
{
border-color: #AF0095;
}
.TagClassName
{
border-color: #AF0095;
}
</style>