Shades of Medium Violet Red #AF1D87
Tints of Medium Violet Red #AF1D87
RGB
CMYK
RGB Variations
Color information
#AF1D87 (or 0xAF1D87) is known color: Medium Violet Red. HEX triplet: AF, 1D and 87. RGB value is (175,29,135). Sum of RGB (Red+Green+Blue) = 175+29+135=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1D87 is #50E278. Grayscale: #545454. Windows color (decimal): -5300857 or 8854959. OLE color: 8854959.
HSL color Cylindrical-coordinate representation of color #AF1D87: hue angle of 316.44º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1D87 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 135 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.31 |
| HSL | 316.44º | 0.72% | 0.4% | - |
| HSV(B) | 316.44º | 0.83% | 0.69% | - |
| XYZ | 22.49 | 11.74 | 24 | - |
| YUV | 84.74 | 156.37 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 135 | 0 | 0.83 | 0.23 | 0.31 | 316.44 | 0.72 | 0.4 |
| Hex | AF | 1D | 87 | 0 | 53 | 17 | 1F | 13C | 48 | 28 |
| Octal | 257 | 35 | 207 | 0 | 123 | 27 | 37 | 474 | 110 | 50 |
| Binary | 10101111 | 11101 | 10000111 | 0 | 1010011 | 10111 | 11111 | 100111100 | 1001000 | 101000 |
Color Harmonies of #AF1D87
Complementary color
Monochromatic Colors of #AF1D87
Black with #AF1D87
Text Example
Text Example
White with #AF1D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D87; }
p { color: rgb(175,29,135); }
H1.HeaderClassName
{
color: #AF1D87;
}
.AnyTagClassName
{
color: #AF1D87;
}
</style>
background-color css
<style>
a { background-color: #AF1D87; }
a { background-color: rgb(175,29,135); }
div.DivClassName
{
background-color: #AF1D87;
}
.BgClassName
{
background-color: #AF1D87;
}
</style>
border-color css
<style>
span { border-color: #AF1D87; }
span { border-color: rgb(175,29,135); }
td.TdClassName
{
border-color: #AF1D87;
}
.TagClassName
{
border-color: #AF1D87;
}
</style>