Shades of Medium Violet Red #AF1487
Tints of Medium Violet Red #AF1487
RGB
CMYK
RGB Variations
Color information
#AF1487 (or 0xAF1487) is known color: Medium Violet Red. HEX triplet: AF, 14 and 87. RGB value is (175,20,135). Sum of RGB (Red+Green+Blue) = 175+20+135=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1487 is #50EB78. Grayscale: #4F4F4F. Windows color (decimal): -5303161 or 8852655. OLE color: 8852655.
HSL color Cylindrical-coordinate representation of color #AF1487: hue angle of 315.48º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1487 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 135 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.31 |
| HSL | 315.48º | 0.79% | 0.38% | - |
| HSV(B) | 315.48º | 0.89% | 0.69% | - |
| XYZ | 22.3 | 11.36 | 23.94 | - |
| YUV | 79.46 | 159.35 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 135 | 0 | 0.89 | 0.23 | 0.31 | 315.48 | 0.79 | 0.38 |
| Hex | AF | 14 | 87 | 0 | 59 | 17 | 1F | 13B | 4F | 26 |
| Octal | 257 | 24 | 207 | 0 | 131 | 27 | 37 | 473 | 117 | 46 |
| Binary | 10101111 | 10100 | 10000111 | 0 | 1011001 | 10111 | 11111 | 100111011 | 1001111 | 100110 |
Color Harmonies of #AF1487
Complementary color
Monochromatic Colors of #AF1487
Black with #AF1487
Text Example
Text Example
White with #AF1487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1487; }
p { color: rgb(175,20,135); }
H1.HeaderClassName
{
color: #AF1487;
}
.AnyTagClassName
{
color: #AF1487;
}
</style>
background-color css
<style>
a { background-color: #AF1487; }
a { background-color: rgb(175,20,135); }
div.DivClassName
{
background-color: #AF1487;
}
.BgClassName
{
background-color: #AF1487;
}
</style>
border-color css
<style>
span { border-color: #AF1487; }
span { border-color: rgb(175,20,135); }
td.TdClassName
{
border-color: #AF1487;
}
.TagClassName
{
border-color: #AF1487;
}
</style>