Shades of Medium Violet Red #AF16A8
Tints of Medium Violet Red #AF16A8
RGB
CMYK
RGB Variations
Color information
#AF16A8 (or 0xAF16A8) is known color: Medium Violet Red. HEX triplet: AF, 16 and A8. RGB value is (175,22,168). Sum of RGB (Red+Green+Blue) = 175+22+168=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF16A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF16A8 is #50E957. Grayscale: #535353. Windows color (decimal): -5302616 or 11015855. OLE color: 11015855.
HSL color Cylindrical-coordinate representation of color #AF16A8: hue angle of 302.75º 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 #AF16A8 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 168 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.31 |
| HSL | 302.75º | 0.78% | 0.39% | - |
| HSV(B) | 302.75º | 0.87% | 0.69% | - |
| XYZ | 25.03 | 12.51 | 38.14 | - |
| YUV | 84.39 | 175.19 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 168 | 0 | 0.87 | 0.04 | 0.31 | 302.75 | 0.78 | 0.39 |
| Hex | AF | 16 | A8 | 0 | 57 | 4 | 1F | 12F | 4E | 27 |
| Octal | 257 | 26 | 250 | 0 | 127 | 4 | 37 | 457 | 116 | 47 |
| Binary | 10101111 | 10110 | 10101000 | 0 | 1010111 | 100 | 11111 | 100101111 | 1001110 | 100111 |
Color Harmonies of #AF16A8
Complementary color
Monochromatic Colors of #AF16A8
Black with #AF16A8
Text Example
Text Example
White with #AF16A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16A8; }
p { color: rgb(175,22,168); }
H1.HeaderClassName
{
color: #AF16A8;
}
.AnyTagClassName
{
color: #AF16A8;
}
</style>
background-color css
<style>
a { background-color: #AF16A8; }
a { background-color: rgb(175,22,168); }
div.DivClassName
{
background-color: #AF16A8;
}
.BgClassName
{
background-color: #AF16A8;
}
</style>
border-color css
<style>
span { border-color: #AF16A8; }
span { border-color: rgb(175,22,168); }
td.TdClassName
{
border-color: #AF16A8;
}
.TagClassName
{
border-color: #AF16A8;
}
</style>