Shades of Medium Violet Red #AF117B
Tints of Medium Violet Red #AF117B
RGB
CMYK
RGB Variations
Color information
#AF117B (or 0xAF117B) is known color: Medium Violet Red. HEX triplet: AF, 11 and 7B. RGB value is (175,17,123). Sum of RGB (Red+Green+Blue) = 175+17+123=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF117B is #50EE84. Grayscale: #4C4C4C. Windows color (decimal): -5303941 or 8065455. OLE color: 8065455.
HSL color Cylindrical-coordinate representation of color #AF117B: hue angle of 319.75º degrees, saturation: 0.82, 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 #AF117B is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 123 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.31 |
| HSL | 319.75º | 0.82% | 0.38% | - |
| HSV(B) | 319.75º | 0.9% | 0.69% | - |
| XYZ | 21.45 | 10.94 | 19.72 | - |
| YUV | 76.33 | 154.35 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 123 | 0 | 0.90 | 0.30 | 0.31 | 319.75 | 0.82 | 0.38 |
| Hex | AF | 11 | 7B | 0 | 5A | 1E | 1F | 140 | 52 | 26 |
| Octal | 257 | 21 | 173 | 0 | 132 | 36 | 37 | 500 | 122 | 46 |
| Binary | 10101111 | 10001 | 1111011 | 0 | 1011010 | 11110 | 11111 | 101000000 | 1010010 | 100110 |
Color Harmonies of #AF117B
Complementary color
Monochromatic Colors of #AF117B
Black with #AF117B
Text Example
Text Example
White with #AF117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF117B; }
p { color: rgb(175,17,123); }
H1.HeaderClassName
{
color: #AF117B;
}
.AnyTagClassName
{
color: #AF117B;
}
</style>
background-color css
<style>
a { background-color: #AF117B; }
a { background-color: rgb(175,17,123); }
div.DivClassName
{
background-color: #AF117B;
}
.BgClassName
{
background-color: #AF117B;
}
</style>
border-color css
<style>
span { border-color: #AF117B; }
span { border-color: rgb(175,17,123); }
td.TdClassName
{
border-color: #AF117B;
}
.TagClassName
{
border-color: #AF117B;
}
</style>