Shades of Medium Violet Red #AF16A1
Tints of Medium Violet Red #AF16A1
RGB
CMYK
RGB Variations
Color information
#AF16A1 (or 0xAF16A1) is known color: Medium Violet Red. HEX triplet: AF, 16 and A1. RGB value is (175,22,161). Sum of RGB (Red+Green+Blue) = 175+22+161=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF16A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF16A1 is #50E95E. Grayscale: #535353. Windows color (decimal): -5302623 or 10557103. OLE color: 10557103.
HSL color Cylindrical-coordinate representation of color #AF16A1: hue angle of 305.49º 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 #AF16A1 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 161 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.31 |
| HSL | 305.49º | 0.78% | 0.39% | - |
| HSV(B) | 305.49º | 0.87% | 0.69% | - |
| XYZ | 24.4 | 12.26 | 34.8 | - |
| YUV | 83.59 | 171.69 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 161 | 0 | 0.87 | 0.08 | 0.31 | 305.49 | 0.78 | 0.39 |
| Hex | AF | 16 | A1 | 0 | 57 | 8 | 1F | 131 | 4E | 27 |
| Octal | 257 | 26 | 241 | 0 | 127 | 10 | 37 | 461 | 116 | 47 |
| Binary | 10101111 | 10110 | 10100001 | 0 | 1010111 | 1000 | 11111 | 100110001 | 1001110 | 100111 |
Color Harmonies of #AF16A1
Complementary color
Monochromatic Colors of #AF16A1
Black with #AF16A1
Text Example
Text Example
White with #AF16A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16A1; }
p { color: rgb(175,22,161); }
H1.HeaderClassName
{
color: #AF16A1;
}
.AnyTagClassName
{
color: #AF16A1;
}
</style>
background-color css
<style>
a { background-color: #AF16A1; }
a { background-color: rgb(175,22,161); }
div.DivClassName
{
background-color: #AF16A1;
}
.BgClassName
{
background-color: #AF16A1;
}
</style>
border-color css
<style>
span { border-color: #AF16A1; }
span { border-color: rgb(175,22,161); }
td.TdClassName
{
border-color: #AF16A1;
}
.TagClassName
{
border-color: #AF16A1;
}
</style>