Shades of Medium Violet Red #AF157C
Tints of Medium Violet Red #AF157C
RGB
CMYK
RGB Variations
Color information
#AF157C (or 0xAF157C) is known color: Medium Violet Red. HEX triplet: AF, 15 and 7C. RGB value is (175,21,124). Sum of RGB (Red+Green+Blue) = 175+21+124=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF157C is #50EA83. Grayscale: #4E4E4E. Windows color (decimal): -5302916 or 8132015. OLE color: 8132015.
HSL color Cylindrical-coordinate representation of color #AF157C: hue angle of 319.87º 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 #AF157C is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 124 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.31 |
| HSL | 319.87º | 0.79% | 0.38% | - |
| HSV(B) | 319.87º | 0.88% | 0.69% | - |
| XYZ | 21.59 | 11.11 | 20.07 | - |
| YUV | 78.79 | 153.52 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 124 | 0 | 0.88 | 0.29 | 0.31 | 319.87 | 0.79 | 0.38 |
| Hex | AF | 15 | 7C | 0 | 58 | 1D | 1F | 140 | 4F | 26 |
| Octal | 257 | 25 | 174 | 0 | 130 | 35 | 37 | 500 | 117 | 46 |
| Binary | 10101111 | 10101 | 1111100 | 0 | 1011000 | 11101 | 11111 | 101000000 | 1001111 | 100110 |
Color Harmonies of #AF157C
Complementary color
Monochromatic Colors of #AF157C
Black with #AF157C
Text Example
Text Example
White with #AF157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF157C; }
p { color: rgb(175,21,124); }
H1.HeaderClassName
{
color: #AF157C;
}
.AnyTagClassName
{
color: #AF157C;
}
</style>
background-color css
<style>
a { background-color: #AF157C; }
a { background-color: rgb(175,21,124); }
div.DivClassName
{
background-color: #AF157C;
}
.BgClassName
{
background-color: #AF157C;
}
</style>
border-color css
<style>
span { border-color: #AF157C; }
span { border-color: rgb(175,21,124); }
td.TdClassName
{
border-color: #AF157C;
}
.TagClassName
{
border-color: #AF157C;
}
</style>