Shades of Medium Violet Red #AF168D
Tints of Medium Violet Red #AF168D
RGB
CMYK
RGB Variations
Color information
#AF168D (or 0xAF168D) is known color: Medium Violet Red. HEX triplet: AF, 16 and 8D. RGB value is (175,22,141). Sum of RGB (Red+Green+Blue) = 175+22+141=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF168D is #50E972. Grayscale: #505050. Windows color (decimal): -5302643 or 9246383. OLE color: 9246383.
HSL color Cylindrical-coordinate representation of color #AF168D: hue angle of 313.33º 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 #AF168D is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 141 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.31 |
| HSL | 313.33º | 0.78% | 0.39% | - |
| HSV(B) | 313.33º | 0.87% | 0.69% | - |
| XYZ | 22.77 | 11.61 | 26.24 | - |
| YUV | 81.31 | 161.69 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 141 | 0 | 0.87 | 0.19 | 0.31 | 313.33 | 0.78 | 0.39 |
| Hex | AF | 16 | 8D | 0 | 57 | 13 | 1F | 139 | 4E | 27 |
| Octal | 257 | 26 | 215 | 0 | 127 | 23 | 37 | 471 | 116 | 47 |
| Binary | 10101111 | 10110 | 10001101 | 0 | 1010111 | 10011 | 11111 | 100111001 | 1001110 | 100111 |
Color Harmonies of #AF168D
Complementary color
Monochromatic Colors of #AF168D
Black with #AF168D
Text Example
Text Example
White with #AF168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF168D; }
p { color: rgb(175,22,141); }
H1.HeaderClassName
{
color: #AF168D;
}
.AnyTagClassName
{
color: #AF168D;
}
</style>
background-color css
<style>
a { background-color: #AF168D; }
a { background-color: rgb(175,22,141); }
div.DivClassName
{
background-color: #AF168D;
}
.BgClassName
{
background-color: #AF168D;
}
</style>
border-color css
<style>
span { border-color: #AF168D; }
span { border-color: rgb(175,22,141); }
td.TdClassName
{
border-color: #AF168D;
}
.TagClassName
{
border-color: #AF168D;
}
</style>