Shades of Dark Magenta #AF0FA7
Tints of Dark Magenta #AF0FA7
RGB
CMYK
RGB Variations
Color information
#AF0FA7 (or 0xAF0FA7) is known color: Dark Magenta. HEX triplet: AF, 0F and A7. RGB value is (175,15,167). Sum of RGB (Red+Green+Blue) = 175+15+167=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 167 (65.62% from 255 or 46.78% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0FA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0FA7 is #50F058. Grayscale: #4F4F4F. Windows color (decimal): -5304409 or 10948527. OLE color: 10948527.
HSL color Cylindrical-coordinate representation of color #AF0FA7: hue angle of 303º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0FA7 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 167 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.31 |
| HSL | 303º | 0.84% | 0.37% | - |
| HSV(B) | 303º | 0.91% | 0.69% | - |
| XYZ | 24.83 | 12.25 | 37.61 | - |
| YUV | 80.17 | 177.01 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 167 | 0 | 0.91 | 0.05 | 0.31 | 303 | 0.84 | 0.37 |
| Hex | AF | F | A7 | 0 | 5B | 5 | 1F | 12F | 54 | 25 |
| Octal | 257 | 17 | 247 | 0 | 133 | 5 | 37 | 457 | 124 | 45 |
| Binary | 10101111 | 1111 | 10100111 | 0 | 1011011 | 101 | 11111 | 100101111 | 1010100 | 100101 |
Color Harmonies of #AF0FA7
Complementary color
Monochromatic Colors of #AF0FA7
Black with #AF0FA7
Text Example
Text Example
White with #AF0FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FA7; }
p { color: rgb(175,15,167); }
H1.HeaderClassName
{
color: #AF0FA7;
}
.AnyTagClassName
{
color: #AF0FA7;
}
</style>
background-color css
<style>
a { background-color: #AF0FA7; }
a { background-color: rgb(175,15,167); }
div.DivClassName
{
background-color: #AF0FA7;
}
.BgClassName
{
background-color: #AF0FA7;
}
</style>
border-color css
<style>
span { border-color: #AF0FA7; }
span { border-color: rgb(175,15,167); }
td.TdClassName
{
border-color: #AF0FA7;
}
.TagClassName
{
border-color: #AF0FA7;
}
</style>