Shades of Medium Violet Red #AF168F
Tints of Medium Violet Red #AF168F
RGB
CMYK
RGB Variations
Color information
#AF168F (or 0xAF168F) is known color: Medium Violet Red. HEX triplet: AF, 16 and 8F. RGB value is (175,22,143). Sum of RGB (Red+Green+Blue) = 175+22+143=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF168F is #50E970. Grayscale: #515151. Windows color (decimal): -5302641 or 9377455. OLE color: 9377455.
HSL color Cylindrical-coordinate representation of color #AF168F: hue angle of 312.55º 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 #AF168F is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 143 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.31 |
| HSL | 312.55º | 0.78% | 0.39% | - |
| HSV(B) | 312.55º | 0.87% | 0.69% | - |
| XYZ | 22.92 | 11.67 | 27.03 | - |
| YUV | 81.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 143 | 0 | 0.87 | 0.18 | 0.31 | 312.55 | 0.78 | 0.39 |
| Hex | AF | 16 | 8F | 0 | 57 | 12 | 1F | 139 | 4E | 27 |
| Octal | 257 | 26 | 217 | 0 | 127 | 22 | 37 | 471 | 116 | 47 |
| Binary | 10101111 | 10110 | 10001111 | 0 | 1010111 | 10010 | 11111 | 100111001 | 1001110 | 100111 |
Color Harmonies of #AF168F
Complementary color
Monochromatic Colors of #AF168F
Black with #AF168F
Text Example
Text Example
White with #AF168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF168F; }
p { color: rgb(175,22,143); }
H1.HeaderClassName
{
color: #AF168F;
}
.AnyTagClassName
{
color: #AF168F;
}
</style>
background-color css
<style>
a { background-color: #AF168F; }
a { background-color: rgb(175,22,143); }
div.DivClassName
{
background-color: #AF168F;
}
.BgClassName
{
background-color: #AF168F;
}
</style>
border-color css
<style>
span { border-color: #AF168F; }
span { border-color: rgb(175,22,143); }
td.TdClassName
{
border-color: #AF168F;
}
.TagClassName
{
border-color: #AF168F;
}
</style>