Shades of Medium Violet Red #AF168B
Tints of Medium Violet Red #AF168B
RGB
CMYK
RGB Variations
Color information
#AF168B (or 0xAF168B) is known color: Medium Violet Red. HEX triplet: AF, 16 and 8B. RGB value is (175,22,139). Sum of RGB (Red+Green+Blue) = 175+22+139=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF168B is #50E974. Grayscale: #505050. Windows color (decimal): -5302645 or 9115311. OLE color: 9115311.
HSL color Cylindrical-coordinate representation of color #AF168B: hue angle of 314.12º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF168B is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 139 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.31 |
| HSL | 314.12º | 0.78% | 0.39% | - |
| HSV(B) | 314.12º | 0.87% | 0.69% | - |
| XYZ | 22.63 | 11.55 | 25.46 | - |
| YUV | 81.09 | 160.69 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 139 | 0 | 0.87 | 0.21 | 0.31 | 314.12 | 0.78 | 0.39 |
| Hex | AF | 16 | 8B | 0 | 57 | 15 | 1F | 13A | 4E | 27 |
| Octal | 257 | 26 | 213 | 0 | 127 | 25 | 37 | 472 | 116 | 47 |
| Binary | 10101111 | 10110 | 10001011 | 0 | 1010111 | 10101 | 11111 | 100111010 | 1001110 | 100111 |
Color Harmonies of #AF168B
Complementary color
Monochromatic Colors of #AF168B
Black with #AF168B
Text Example
Text Example
White with #AF168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF168B; }
p { color: rgb(175,22,139); }
H1.HeaderClassName
{
color: #AF168B;
}
.AnyTagClassName
{
color: #AF168B;
}
</style>
background-color css
<style>
a { background-color: #AF168B; }
a { background-color: rgb(175,22,139); }
div.DivClassName
{
background-color: #AF168B;
}
.BgClassName
{
background-color: #AF168B;
}
</style>
border-color css
<style>
span { border-color: #AF168B; }
span { border-color: rgb(175,22,139); }
td.TdClassName
{
border-color: #AF168B;
}
.TagClassName
{
border-color: #AF168B;
}
</style>