Shades of Medium Violet Red #AF0799
Tints of Medium Violet Red #AF0799
RGB
CMYK
RGB Variations
Color information
#AF0799 (or 0xAF0799) is known color: Medium Violet Red. HEX triplet: AF, 07 and 99. RGB value is (175,7,153). Sum of RGB (Red+Green+Blue) = 175+7+153=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0799 is #50F866. Grayscale: #494949. Windows color (decimal): -5306471 or 10028975. OLE color: 10028975.
HSL color Cylindrical-coordinate representation of color #AF0799: hue angle of 307.86º 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 #AF0799 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 153 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.31 |
| HSL | 307.86º | 0.92% | 0.36% | - |
| HSV(B) | 307.86º | 0.96% | 0.69% | - |
| XYZ | 23.5 | 11.57 | 31.13 | - |
| YUV | 73.88 | 172.66 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 153 | 0 | 0.96 | 0.13 | 0.31 | 307.86 | 0.92 | 0.36 |
| Hex | AF | 7 | 99 | 0 | 60 | D | 1F | 134 | 5C | 24 |
| Octal | 257 | 7 | 231 | 0 | 140 | 15 | 37 | 464 | 134 | 44 |
| Binary | 10101111 | 111 | 10011001 | 0 | 1100000 | 1101 | 11111 | 100110100 | 1011100 | 100100 |
Color Harmonies of #AF0799
Complementary color
Monochromatic Colors of #AF0799
Black with #AF0799
Text Example
Text Example
White with #AF0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0799; }
p { color: rgb(175,7,153); }
H1.HeaderClassName
{
color: #AF0799;
}
.AnyTagClassName
{
color: #AF0799;
}
</style>
background-color css
<style>
a { background-color: #AF0799; }
a { background-color: rgb(175,7,153); }
div.DivClassName
{
background-color: #AF0799;
}
.BgClassName
{
background-color: #AF0799;
}
</style>
border-color css
<style>
span { border-color: #AF0799; }
span { border-color: rgb(175,7,153); }
td.TdClassName
{
border-color: #AF0799;
}
.TagClassName
{
border-color: #AF0799;
}
</style>