Shades of Medium Violet Red #AF16A5
Tints of Medium Violet Red #AF16A5
RGB
CMYK
RGB Variations
Color information
#AF16A5 (or 0xAF16A5) is known color: Medium Violet Red. HEX triplet: AF, 16 and A5. RGB value is (175,22,165). Sum of RGB (Red+Green+Blue) = 175+22+165=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF16A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF16A5 is #50E95A. Grayscale: #535353. Windows color (decimal): -5302619 or 10819247. OLE color: 10819247.
HSL color Cylindrical-coordinate representation of color #AF16A5: hue angle of 303.92º 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 #AF16A5 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 165 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.31 |
| HSL | 303.92º | 0.78% | 0.39% | - |
| HSV(B) | 303.92º | 0.87% | 0.69% | - |
| XYZ | 24.76 | 12.4 | 36.69 | - |
| YUV | 84.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 165 | 0 | 0.87 | 0.06 | 0.31 | 303.92 | 0.78 | 0.39 |
| Hex | AF | 16 | A5 | 0 | 57 | 6 | 1F | 130 | 4E | 27 |
| Octal | 257 | 26 | 245 | 0 | 127 | 6 | 37 | 460 | 116 | 47 |
| Binary | 10101111 | 10110 | 10100101 | 0 | 1010111 | 110 | 11111 | 100110000 | 1001110 | 100111 |
Color Harmonies of #AF16A5
Complementary color
Monochromatic Colors of #AF16A5
Black with #AF16A5
Text Example
Text Example
White with #AF16A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16A5; }
p { color: rgb(175,22,165); }
H1.HeaderClassName
{
color: #AF16A5;
}
.AnyTagClassName
{
color: #AF16A5;
}
</style>
background-color css
<style>
a { background-color: #AF16A5; }
a { background-color: rgb(175,22,165); }
div.DivClassName
{
background-color: #AF16A5;
}
.BgClassName
{
background-color: #AF16A5;
}
</style>
border-color css
<style>
span { border-color: #AF16A5; }
span { border-color: rgb(175,22,165); }
td.TdClassName
{
border-color: #AF16A5;
}
.TagClassName
{
border-color: #AF16A5;
}
</style>