Shades of Medium Violet Red #AF1977
Tints of Medium Violet Red #AF1977
RGB
CMYK
RGB Variations
Color information
#AF1977 (or 0xAF1977) is known color: Medium Violet Red. HEX triplet: AF, 19 and 77. RGB value is (175,25,119). Sum of RGB (Red+Green+Blue) = 175+25+119=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1977 is #50E688. Grayscale: #505050. Windows color (decimal): -5301897 or 7805359. OLE color: 7805359.
HSL color Cylindrical-coordinate representation of color #AF1977: hue angle of 322.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1977 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 119 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.31 |
| HSL | 322.4º | 0.75% | 0.39% | - |
| HSV(B) | 322.4º | 0.86% | 0.69% | - |
| XYZ | 21.36 | 11.14 | 18.48 | - |
| YUV | 80.57 | 149.7 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 119 | 0 | 0.86 | 0.32 | 0.31 | 322.4 | 0.75 | 0.39 |
| Hex | AF | 19 | 77 | 0 | 56 | 20 | 1F | 142 | 4B | 27 |
| Octal | 257 | 31 | 167 | 0 | 126 | 40 | 37 | 502 | 113 | 47 |
| Binary | 10101111 | 11001 | 1110111 | 0 | 1010110 | 100000 | 11111 | 101000010 | 1001011 | 100111 |
Color Harmonies of #AF1977
Complementary color
Monochromatic Colors of #AF1977
Black with #AF1977
Text Example
Text Example
White with #AF1977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1977; }
p { color: rgb(175,25,119); }
H1.HeaderClassName
{
color: #AF1977;
}
.AnyTagClassName
{
color: #AF1977;
}
</style>
background-color css
<style>
a { background-color: #AF1977; }
a { background-color: rgb(175,25,119); }
div.DivClassName
{
background-color: #AF1977;
}
.BgClassName
{
background-color: #AF1977;
}
</style>
border-color css
<style>
span { border-color: #AF1977; }
span { border-color: rgb(175,25,119); }
td.TdClassName
{
border-color: #AF1977;
}
.TagClassName
{
border-color: #AF1977;
}
</style>