Shades of Medium Violet Red #AF168C
Tints of Medium Violet Red #AF168C
RGB
CMYK
RGB Variations
Color information
#AF168C (or 0xAF168C) is known color: Medium Violet Red. HEX triplet: AF, 16 and 8C. RGB value is (175,22,140). Sum of RGB (Red+Green+Blue) = 175+22+140=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF168C is #50E973. Grayscale: #505050. Windows color (decimal): -5302644 or 9180847. OLE color: 9180847.
HSL color Cylindrical-coordinate representation of color #AF168C: hue angle of 313.73º 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 #AF168C is Cyan = 0, Magento = 0.87, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 140 | - |
| CMYK | 0 | 0.87 | 0.2 | 0.31 |
| HSL | 313.73º | 0.78% | 0.39% | - |
| HSV(B) | 313.73º | 0.87% | 0.69% | - |
| XYZ | 22.7 | 11.58 | 25.85 | - |
| YUV | 81.2 | 161.19 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 140 | 0 | 0.87 | 0.2 | 0.31 | 313.73 | 0.78 | 0.39 |
| Hex | AF | 16 | 8C | 0 | 57 | 14 | 1F | 13A | 4E | 27 |
| Octal | 257 | 26 | 214 | 0 | 127 | 24 | 37 | 472 | 116 | 47 |
| Binary | 10101111 | 10110 | 10001100 | 0 | 1010111 | 10100 | 11111 | 100111010 | 1001110 | 100111 |
Color Harmonies of #AF168C
Complementary color
Monochromatic Colors of #AF168C
Black with #AF168C
Text Example
Text Example
White with #AF168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF168C; }
p { color: rgb(175,22,140); }
H1.HeaderClassName
{
color: #AF168C;
}
.AnyTagClassName
{
color: #AF168C;
}
</style>
background-color css
<style>
a { background-color: #AF168C; }
a { background-color: rgb(175,22,140); }
div.DivClassName
{
background-color: #AF168C;
}
.BgClassName
{
background-color: #AF168C;
}
</style>
border-color css
<style>
span { border-color: #AF168C; }
span { border-color: rgb(175,22,140); }
td.TdClassName
{
border-color: #AF168C;
}
.TagClassName
{
border-color: #AF168C;
}
</style>