Shades of Medium Violet Red #AF16A6
Tints of Medium Violet Red #AF16A6
RGB
CMYK
RGB Variations
Color information
#AF16A6 (or 0xAF16A6) is known color: Medium Violet Red. HEX triplet: AF, 16 and A6. RGB value is (175,22,166). Sum of RGB (Red+Green+Blue) = 175+22+166=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF16A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF16A6 is #50E959. Grayscale: #535353. Windows color (decimal): -5302618 or 10884783. OLE color: 10884783.
HSL color Cylindrical-coordinate representation of color #AF16A6: hue angle of 303.53º 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 #AF16A6 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 166 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.31 |
| HSL | 303.53º | 0.78% | 0.39% | - |
| HSV(B) | 303.53º | 0.87% | 0.69% | - |
| XYZ | 24.85 | 12.44 | 37.17 | - |
| YUV | 84.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 166 | 0 | 0.87 | 0.05 | 0.31 | 303.53 | 0.78 | 0.39 |
| Hex | AF | 16 | A6 | 0 | 57 | 5 | 1F | 130 | 4E | 27 |
| Octal | 257 | 26 | 246 | 0 | 127 | 5 | 37 | 460 | 116 | 47 |
| Binary | 10101111 | 10110 | 10100110 | 0 | 1010111 | 101 | 11111 | 100110000 | 1001110 | 100111 |
Color Harmonies of #AF16A6
Complementary color
Monochromatic Colors of #AF16A6
Black with #AF16A6
Text Example
Text Example
White with #AF16A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16A6; }
p { color: rgb(175,22,166); }
H1.HeaderClassName
{
color: #AF16A6;
}
.AnyTagClassName
{
color: #AF16A6;
}
</style>
background-color css
<style>
a { background-color: #AF16A6; }
a { background-color: rgb(175,22,166); }
div.DivClassName
{
background-color: #AF16A6;
}
.BgClassName
{
background-color: #AF16A6;
}
</style>
border-color css
<style>
span { border-color: #AF16A6; }
span { border-color: rgb(175,22,166); }
td.TdClassName
{
border-color: #AF16A6;
}
.TagClassName
{
border-color: #AF16A6;
}
</style>