Shades of Medium Violet Red #AF0699
Tints of Medium Violet Red #AF0699
RGB
CMYK
RGB Variations
Color information
#AF0699 (or 0xAF0699) is known color: Medium Violet Red. HEX triplet: AF, 06 and 99. RGB value is (175,6,153). Sum of RGB (Red+Green+Blue) = 175+6+153=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0699 is #50F966. Grayscale: #484848. Windows color (decimal): -5306727 or 10028719. OLE color: 10028719.
HSL color Cylindrical-coordinate representation of color #AF0699: hue angle of 307.81º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0699 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 153 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.31 |
| HSL | 307.81º | 0.93% | 0.35% | - |
| HSV(B) | 307.81º | 0.97% | 0.69% | - |
| XYZ | 23.49 | 11.54 | 31.13 | - |
| YUV | 73.29 | 172.99 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 153 | 0 | 0.97 | 0.13 | 0.31 | 307.81 | 0.93 | 0.35 |
| Hex | AF | 6 | 99 | 0 | 61 | D | 1F | 134 | 5D | 23 |
| Octal | 257 | 6 | 231 | 0 | 141 | 15 | 37 | 464 | 135 | 43 |
| Binary | 10101111 | 110 | 10011001 | 0 | 1100001 | 1101 | 11111 | 100110100 | 1011101 | 100011 |
Color Harmonies of #AF0699
Complementary color
Monochromatic Colors of #AF0699
Black with #AF0699
Text Example
Text Example
White with #AF0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0699; }
p { color: rgb(175,6,153); }
H1.HeaderClassName
{
color: #AF0699;
}
.AnyTagClassName
{
color: #AF0699;
}
</style>
background-color css
<style>
a { background-color: #AF0699; }
a { background-color: rgb(175,6,153); }
div.DivClassName
{
background-color: #AF0699;
}
.BgClassName
{
background-color: #AF0699;
}
</style>
border-color css
<style>
span { border-color: #AF0699; }
span { border-color: rgb(175,6,153); }
td.TdClassName
{
border-color: #AF0699;
}
.TagClassName
{
border-color: #AF0699;
}
</style>