Shades of Medium Violet Red #AF1696
Tints of Medium Violet Red #AF1696
RGB
CMYK
RGB Variations
Color information
#AF1696 (or 0xAF1696) is known color: Medium Violet Red. HEX triplet: AF, 16 and 96. RGB value is (175,22,150). Sum of RGB (Red+Green+Blue) = 175+22+150=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1696 is #50E969. Grayscale: #515151. Windows color (decimal): -5302634 or 9836207. OLE color: 9836207.
HSL color Cylindrical-coordinate representation of color #AF1696: hue angle of 309.8º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1696 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 150 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.31 |
| HSL | 309.8º | 0.78% | 0.39% | - |
| HSV(B) | 309.8º | 0.87% | 0.69% | - |
| XYZ | 23.47 | 11.89 | 29.91 | - |
| YUV | 82.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 150 | 0 | 0.87 | 0.14 | 0.31 | 309.8 | 0.78 | 0.39 |
| Hex | AF | 16 | 96 | 0 | 57 | E | 1F | 136 | 4E | 27 |
| Octal | 257 | 26 | 226 | 0 | 127 | 16 | 37 | 466 | 116 | 47 |
| Binary | 10101111 | 10110 | 10010110 | 0 | 1010111 | 1110 | 11111 | 100110110 | 1001110 | 100111 |
Color Harmonies of #AF1696
Complementary color
Monochromatic Colors of #AF1696
Black with #AF1696
Text Example
Text Example
White with #AF1696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1696; }
p { color: rgb(175,22,150); }
H1.HeaderClassName
{
color: #AF1696;
}
.AnyTagClassName
{
color: #AF1696;
}
</style>
background-color css
<style>
a { background-color: #AF1696; }
a { background-color: rgb(175,22,150); }
div.DivClassName
{
background-color: #AF1696;
}
.BgClassName
{
background-color: #AF1696;
}
</style>
border-color css
<style>
span { border-color: #AF1696; }
span { border-color: rgb(175,22,150); }
td.TdClassName
{
border-color: #AF1696;
}
.TagClassName
{
border-color: #AF1696;
}
</style>