Shades of Medium Violet Red #AF1377
Tints of Medium Violet Red #AF1377
RGB
CMYK
RGB Variations
Color information
#AF1377 (or 0xAF1377) is known color: Medium Violet Red. HEX triplet: AF, 13 and 77. RGB value is (175,19,119). Sum of RGB (Red+Green+Blue) = 175+19+119=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1377 is #50EC88. Grayscale: #4C4C4C. Windows color (decimal): -5303433 or 7803823. OLE color: 7803823.
HSL color Cylindrical-coordinate representation of color #AF1377: hue angle of 321.54º degrees, saturation: 0.8, 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 #AF1377 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 119 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.31 |
| HSL | 321.54º | 0.8% | 0.38% | - |
| HSV(B) | 321.54º | 0.89% | 0.69% | - |
| XYZ | 21.24 | 10.91 | 18.44 | - |
| YUV | 77.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 119 | 0 | 0.89 | 0.32 | 0.31 | 321.54 | 0.8 | 0.38 |
| Hex | AF | 13 | 77 | 0 | 59 | 20 | 1F | 142 | 50 | 26 |
| Octal | 257 | 23 | 167 | 0 | 131 | 40 | 37 | 502 | 120 | 46 |
| Binary | 10101111 | 10011 | 1110111 | 0 | 1011001 | 100000 | 11111 | 101000010 | 1010000 | 100110 |
Color Harmonies of #AF1377
Complementary color
Monochromatic Colors of #AF1377
Black with #AF1377
Text Example
Text Example
White with #AF1377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1377; }
p { color: rgb(175,19,119); }
H1.HeaderClassName
{
color: #AF1377;
}
.AnyTagClassName
{
color: #AF1377;
}
</style>
background-color css
<style>
a { background-color: #AF1377; }
a { background-color: rgb(175,19,119); }
div.DivClassName
{
background-color: #AF1377;
}
.BgClassName
{
background-color: #AF1377;
}
</style>
border-color css
<style>
span { border-color: #AF1377; }
span { border-color: rgb(175,19,119); }
td.TdClassName
{
border-color: #AF1377;
}
.TagClassName
{
border-color: #AF1377;
}
</style>