Shades of Medium Violet Red #AF1297
Tints of Medium Violet Red #AF1297
RGB
CMYK
RGB Variations
Color information
#AF1297 (or 0xAF1297) is known color: Medium Violet Red. HEX triplet: AF, 12 and 97. RGB value is (175,18,151). Sum of RGB (Red+Green+Blue) = 175+18+151=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1297 is #50ED68. Grayscale: #4F4F4F. Windows color (decimal): -5303657 or 9900719. OLE color: 9900719.
HSL color Cylindrical-coordinate representation of color #AF1297: hue angle of 309.17º 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 #AF1297 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 151 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.31 |
| HSL | 309.17º | 0.81% | 0.38% | - |
| HSV(B) | 309.17º | 0.9% | 0.69% | - |
| XYZ | 23.48 | 11.78 | 30.31 | - |
| YUV | 80.11 | 168.01 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 151 | 0 | 0.90 | 0.14 | 0.31 | 309.17 | 0.81 | 0.38 |
| Hex | AF | 12 | 97 | 0 | 5A | E | 1F | 135 | 51 | 26 |
| Octal | 257 | 22 | 227 | 0 | 132 | 16 | 37 | 465 | 121 | 46 |
| Binary | 10101111 | 10010 | 10010111 | 0 | 1011010 | 1110 | 11111 | 100110101 | 1010001 | 100110 |
Color Harmonies of #AF1297
Complementary color
Monochromatic Colors of #AF1297
Black with #AF1297
Text Example
Text Example
White with #AF1297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1297; }
p { color: rgb(175,18,151); }
H1.HeaderClassName
{
color: #AF1297;
}
.AnyTagClassName
{
color: #AF1297;
}
</style>
background-color css
<style>
a { background-color: #AF1297; }
a { background-color: rgb(175,18,151); }
div.DivClassName
{
background-color: #AF1297;
}
.BgClassName
{
background-color: #AF1297;
}
</style>
border-color css
<style>
span { border-color: #AF1297; }
span { border-color: rgb(175,18,151); }
td.TdClassName
{
border-color: #AF1297;
}
.TagClassName
{
border-color: #AF1297;
}
</style>