Shades of Medium Violet Red #AF1296
Tints of Medium Violet Red #AF1296
RGB
CMYK
RGB Variations
Color information
#AF1296 (or 0xAF1296) is known color: Medium Violet Red. HEX triplet: AF, 12 and 96. RGB value is (175,18,150). Sum of RGB (Red+Green+Blue) = 175+18+150=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1296 is #50ED69. Grayscale: #4F4F4F. Windows color (decimal): -5303658 or 9835183. OLE color: 9835183.
HSL color Cylindrical-coordinate representation of color #AF1296: hue angle of 309.55º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1296 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 150 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.31 |
| HSL | 309.55º | 0.81% | 0.38% | - |
| HSV(B) | 309.55º | 0.9% | 0.69% | - |
| XYZ | 23.4 | 11.75 | 29.89 | - |
| YUV | 79.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 150 | 0 | 0.90 | 0.14 | 0.31 | 309.55 | 0.81 | 0.38 |
| Hex | AF | 12 | 96 | 0 | 5A | E | 1F | 136 | 51 | 26 |
| Octal | 257 | 22 | 226 | 0 | 132 | 16 | 37 | 466 | 121 | 46 |
| Binary | 10101111 | 10010 | 10010110 | 0 | 1011010 | 1110 | 11111 | 100110110 | 1010001 | 100110 |
Color Harmonies of #AF1296
Complementary color
Monochromatic Colors of #AF1296
Black with #AF1296
Text Example
Text Example
White with #AF1296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1296; }
p { color: rgb(175,18,150); }
H1.HeaderClassName
{
color: #AF1296;
}
.AnyTagClassName
{
color: #AF1296;
}
</style>
background-color css
<style>
a { background-color: #AF1296; }
a { background-color: rgb(175,18,150); }
div.DivClassName
{
background-color: #AF1296;
}
.BgClassName
{
background-color: #AF1296;
}
</style>
border-color css
<style>
span { border-color: #AF1296; }
span { border-color: rgb(175,18,150); }
td.TdClassName
{
border-color: #AF1296;
}
.TagClassName
{
border-color: #AF1296;
}
</style>