Shades of Medium Violet Red #AF1576
Tints of Medium Violet Red #AF1576
RGB
CMYK
RGB Variations
Color information
#AF1576 (or 0xAF1576) is known color: Medium Violet Red. HEX triplet: AF, 15 and 76. RGB value is (175,21,118). Sum of RGB (Red+Green+Blue) = 175+21+118=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1576 is #50EA89. Grayscale: #4D4D4D. Windows color (decimal): -5302922 or 7738799. OLE color: 7738799.
HSL color Cylindrical-coordinate representation of color #AF1576: hue angle of 322.21º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1576 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 118 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.31 |
| HSL | 322.21º | 0.79% | 0.38% | - |
| HSV(B) | 322.21º | 0.88% | 0.69% | - |
| XYZ | 21.22 | 10.96 | 18.14 | - |
| YUV | 78.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 118 | 0 | 0.88 | 0.33 | 0.31 | 322.21 | 0.79 | 0.38 |
| Hex | AF | 15 | 76 | 0 | 58 | 21 | 1F | 142 | 4F | 26 |
| Octal | 257 | 25 | 166 | 0 | 130 | 41 | 37 | 502 | 117 | 46 |
| Binary | 10101111 | 10101 | 1110110 | 0 | 1011000 | 100001 | 11111 | 101000010 | 1001111 | 100110 |
Color Harmonies of #AF1576
Complementary color
Monochromatic Colors of #AF1576
Black with #AF1576
Text Example
Text Example
White with #AF1576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1576; }
p { color: rgb(175,21,118); }
H1.HeaderClassName
{
color: #AF1576;
}
.AnyTagClassName
{
color: #AF1576;
}
</style>
background-color css
<style>
a { background-color: #AF1576; }
a { background-color: rgb(175,21,118); }
div.DivClassName
{
background-color: #AF1576;
}
.BgClassName
{
background-color: #AF1576;
}
</style>
border-color css
<style>
span { border-color: #AF1576; }
span { border-color: rgb(175,21,118); }
td.TdClassName
{
border-color: #AF1576;
}
.TagClassName
{
border-color: #AF1576;
}
</style>