Shades of Medium Violet Red #AF0899
Tints of Medium Violet Red #AF0899
RGB
CMYK
RGB Variations
Color information
#AF0899 (or 0xAF0899) is known color: Medium Violet Red. HEX triplet: AF, 08 and 99. RGB value is (175,8,153). Sum of RGB (Red+Green+Blue) = 175+8+153=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0899 is #50F766. Grayscale: #4A4A4A. Windows color (decimal): -5306215 or 10029231. OLE color: 10029231.
HSL color Cylindrical-coordinate representation of color #AF0899: hue angle of 307.9º 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 #AF0899 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 153 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.31 |
| HSL | 307.9º | 0.91% | 0.36% | - |
| HSV(B) | 307.9º | 0.95% | 0.69% | - |
| XYZ | 23.52 | 11.59 | 31.13 | - |
| YUV | 74.46 | 172.33 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 153 | 0 | 0.95 | 0.13 | 0.31 | 307.9 | 0.91 | 0.36 |
| Hex | AF | 8 | 99 | 0 | 5F | D | 1F | 134 | 5B | 24 |
| Octal | 257 | 10 | 231 | 0 | 137 | 15 | 37 | 464 | 133 | 44 |
| Binary | 10101111 | 1000 | 10011001 | 0 | 1011111 | 1101 | 11111 | 100110100 | 1011011 | 100100 |
Color Harmonies of #AF0899
Complementary color
Monochromatic Colors of #AF0899
Black with #AF0899
Text Example
Text Example
White with #AF0899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0899; }
p { color: rgb(175,8,153); }
H1.HeaderClassName
{
color: #AF0899;
}
.AnyTagClassName
{
color: #AF0899;
}
</style>
background-color css
<style>
a { background-color: #AF0899; }
a { background-color: rgb(175,8,153); }
div.DivClassName
{
background-color: #AF0899;
}
.BgClassName
{
background-color: #AF0899;
}
</style>
border-color css
<style>
span { border-color: #AF0899; }
span { border-color: rgb(175,8,153); }
td.TdClassName
{
border-color: #AF0899;
}
.TagClassName
{
border-color: #AF0899;
}
</style>