Shades of Medium Violet Red #AF127B
Tints of Medium Violet Red #AF127B
RGB
CMYK
RGB Variations
Color information
#AF127B (or 0xAF127B) is known color: Medium Violet Red. HEX triplet: AF, 12 and 7B. RGB value is (175,18,123). Sum of RGB (Red+Green+Blue) = 175+18+123=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF127B is #50ED84. Grayscale: #4C4C4C. Windows color (decimal): -5303685 or 8065711. OLE color: 8065711.
HSL color Cylindrical-coordinate representation of color #AF127B: hue angle of 319.87º 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 #AF127B is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 123 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.31 |
| HSL | 319.87º | 0.81% | 0.38% | - |
| HSV(B) | 319.87º | 0.9% | 0.69% | - |
| XYZ | 21.47 | 10.98 | 19.73 | - |
| YUV | 76.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 123 | 0 | 0.90 | 0.30 | 0.31 | 319.87 | 0.81 | 0.38 |
| Hex | AF | 12 | 7B | 0 | 5A | 1E | 1F | 140 | 51 | 26 |
| Octal | 257 | 22 | 173 | 0 | 132 | 36 | 37 | 500 | 121 | 46 |
| Binary | 10101111 | 10010 | 1111011 | 0 | 1011010 | 11110 | 11111 | 101000000 | 1010001 | 100110 |
Color Harmonies of #AF127B
Complementary color
Monochromatic Colors of #AF127B
Black with #AF127B
Text Example
Text Example
White with #AF127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF127B; }
p { color: rgb(175,18,123); }
H1.HeaderClassName
{
color: #AF127B;
}
.AnyTagClassName
{
color: #AF127B;
}
</style>
background-color css
<style>
a { background-color: #AF127B; }
a { background-color: rgb(175,18,123); }
div.DivClassName
{
background-color: #AF127B;
}
.BgClassName
{
background-color: #AF127B;
}
</style>
border-color css
<style>
span { border-color: #AF127B; }
span { border-color: rgb(175,18,123); }
td.TdClassName
{
border-color: #AF127B;
}
.TagClassName
{
border-color: #AF127B;
}
</style>