Shades of Medium Violet Red #AF127E
Tints of Medium Violet Red #AF127E
RGB
CMYK
RGB Variations
Color information
#AF127E (or 0xAF127E) is known color: Medium Violet Red. HEX triplet: AF, 12 and 7E. RGB value is (175,18,126). Sum of RGB (Red+Green+Blue) = 175+18+126=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF127E is #50ED81. Grayscale: #4C4C4C. Windows color (decimal): -5303682 or 8262319. OLE color: 8262319.
HSL color Cylindrical-coordinate representation of color #AF127E: hue angle of 318.73º 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 #AF127E is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 126 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.31 |
| HSL | 318.73º | 0.81% | 0.38% | - |
| HSV(B) | 318.73º | 0.9% | 0.69% | - |
| XYZ | 21.66 | 11.05 | 20.73 | - |
| YUV | 77.26 | 155.51 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 126 | 0 | 0.90 | 0.28 | 0.31 | 318.73 | 0.81 | 0.38 |
| Hex | AF | 12 | 7E | 0 | 5A | 1C | 1F | 13F | 51 | 26 |
| Octal | 257 | 22 | 176 | 0 | 132 | 34 | 37 | 477 | 121 | 46 |
| Binary | 10101111 | 10010 | 1111110 | 0 | 1011010 | 11100 | 11111 | 100111111 | 1010001 | 100110 |
Color Harmonies of #AF127E
Complementary color
Monochromatic Colors of #AF127E
Black with #AF127E
Text Example
Text Example
White with #AF127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF127E; }
p { color: rgb(175,18,126); }
H1.HeaderClassName
{
color: #AF127E;
}
.AnyTagClassName
{
color: #AF127E;
}
</style>
background-color css
<style>
a { background-color: #AF127E; }
a { background-color: rgb(175,18,126); }
div.DivClassName
{
background-color: #AF127E;
}
.BgClassName
{
background-color: #AF127E;
}
</style>
border-color css
<style>
span { border-color: #AF127E; }
span { border-color: rgb(175,18,126); }
td.TdClassName
{
border-color: #AF127E;
}
.TagClassName
{
border-color: #AF127E;
}
</style>