Shades of Medium Violet Red #AF0997
Tints of Medium Violet Red #AF0997
RGB
CMYK
RGB Variations
Color information
#AF0997 (or 0xAF0997) is known color: Medium Violet Red. HEX triplet: AF, 09 and 97. RGB value is (175,9,151). Sum of RGB (Red+Green+Blue) = 175+9+151=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0997 is #50F668. Grayscale: #4A4A4A. Windows color (decimal): -5305961 or 9898415. OLE color: 9898415.
HSL color Cylindrical-coordinate representation of color #AF0997: hue angle of 308.67º degrees, saturation: 0.9, 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 #AF0997 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 151 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.31 |
| HSL | 308.67º | 0.9% | 0.36% | - |
| HSV(B) | 308.67º | 0.95% | 0.69% | - |
| XYZ | 23.36 | 11.54 | 30.27 | - |
| YUV | 74.82 | 171 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 151 | 0 | 0.95 | 0.14 | 0.31 | 308.67 | 0.9 | 0.36 |
| Hex | AF | 9 | 97 | 0 | 5F | E | 1F | 135 | 5A | 24 |
| Octal | 257 | 11 | 227 | 0 | 137 | 16 | 37 | 465 | 132 | 44 |
| Binary | 10101111 | 1001 | 10010111 | 0 | 1011111 | 1110 | 11111 | 100110101 | 1011010 | 100100 |
Color Harmonies of #AF0997
Complementary color
Monochromatic Colors of #AF0997
Black with #AF0997
Text Example
Text Example
White with #AF0997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0997; }
p { color: rgb(175,9,151); }
H1.HeaderClassName
{
color: #AF0997;
}
.AnyTagClassName
{
color: #AF0997;
}
</style>
background-color css
<style>
a { background-color: #AF0997; }
a { background-color: rgb(175,9,151); }
div.DivClassName
{
background-color: #AF0997;
}
.BgClassName
{
background-color: #AF0997;
}
</style>
border-color css
<style>
span { border-color: #AF0997; }
span { border-color: rgb(175,9,151); }
td.TdClassName
{
border-color: #AF0997;
}
.TagClassName
{
border-color: #AF0997;
}
</style>