Shades of Medium Violet Red #AF0996
Tints of Medium Violet Red #AF0996
RGB
CMYK
RGB Variations
Color information
#AF0996 (or 0xAF0996) is known color: Medium Violet Red. HEX triplet: AF, 09 and 96. RGB value is (175,9,150). Sum of RGB (Red+Green+Blue) = 175+9+150=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0996 is #50F669. Grayscale: #4A4A4A. Windows color (decimal): -5305962 or 9832879. OLE color: 9832879.
HSL color Cylindrical-coordinate representation of color #AF0996: hue angle of 309.04º 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 #AF0996 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 150 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.31 |
| HSL | 309.04º | 0.9% | 0.36% | - |
| HSV(B) | 309.04º | 0.95% | 0.69% | - |
| XYZ | 23.28 | 11.51 | 29.85 | - |
| YUV | 74.71 | 170.5 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 150 | 0 | 0.95 | 0.14 | 0.31 | 309.04 | 0.9 | 0.36 |
| Hex | AF | 9 | 96 | 0 | 5F | E | 1F | 135 | 5A | 24 |
| Octal | 257 | 11 | 226 | 0 | 137 | 16 | 37 | 465 | 132 | 44 |
| Binary | 10101111 | 1001 | 10010110 | 0 | 1011111 | 1110 | 11111 | 100110101 | 1011010 | 100100 |
Color Harmonies of #AF0996
Complementary color
Monochromatic Colors of #AF0996
Black with #AF0996
Text Example
Text Example
White with #AF0996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0996; }
p { color: rgb(175,9,150); }
H1.HeaderClassName
{
color: #AF0996;
}
.AnyTagClassName
{
color: #AF0996;
}
</style>
background-color css
<style>
a { background-color: #AF0996; }
a { background-color: rgb(175,9,150); }
div.DivClassName
{
background-color: #AF0996;
}
.BgClassName
{
background-color: #AF0996;
}
</style>
border-color css
<style>
span { border-color: #AF0996; }
span { border-color: rgb(175,9,150); }
td.TdClassName
{
border-color: #AF0996;
}
.TagClassName
{
border-color: #AF0996;
}
</style>