Shades of Medium Violet Red #AF1292
Tints of Medium Violet Red #AF1292
RGB
CMYK
RGB Variations
Color information
#AF1292 (or 0xAF1292) is known color: Medium Violet Red. HEX triplet: AF, 12 and 92. RGB value is (175,18,146). Sum of RGB (Red+Green+Blue) = 175+18+146=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1292 is #50ED6D. Grayscale: #4F4F4F. Windows color (decimal): -5303662 or 9573039. OLE color: 9573039.
HSL color Cylindrical-coordinate representation of color #AF1292: hue angle of 311.08º 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 #AF1292 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 146 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.31 |
| HSL | 311.08º | 0.81% | 0.38% | - |
| HSV(B) | 311.08º | 0.9% | 0.69% | - |
| XYZ | 23.08 | 11.62 | 28.22 | - |
| YUV | 79.54 | 165.51 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 146 | 0 | 0.90 | 0.17 | 0.31 | 311.08 | 0.81 | 0.38 |
| Hex | AF | 12 | 92 | 0 | 5A | 11 | 1F | 137 | 51 | 26 |
| Octal | 257 | 22 | 222 | 0 | 132 | 21 | 37 | 467 | 121 | 46 |
| Binary | 10101111 | 10010 | 10010010 | 0 | 1011010 | 10001 | 11111 | 100110111 | 1010001 | 100110 |
Color Harmonies of #AF1292
Complementary color
Monochromatic Colors of #AF1292
Black with #AF1292
Text Example
Text Example
White with #AF1292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1292; }
p { color: rgb(175,18,146); }
H1.HeaderClassName
{
color: #AF1292;
}
.AnyTagClassName
{
color: #AF1292;
}
</style>
background-color css
<style>
a { background-color: #AF1292; }
a { background-color: rgb(175,18,146); }
div.DivClassName
{
background-color: #AF1292;
}
.BgClassName
{
background-color: #AF1292;
}
</style>
border-color css
<style>
span { border-color: #AF1292; }
span { border-color: rgb(175,18,146); }
td.TdClassName
{
border-color: #AF1292;
}
.TagClassName
{
border-color: #AF1292;
}
</style>