Shades of Medium Violet Red #AF157E
Tints of Medium Violet Red #AF157E
RGB
CMYK
RGB Variations
Color information
#AF157E (or 0xAF157E) is known color: Medium Violet Red. HEX triplet: AF, 15 and 7E. RGB value is (175,21,126). Sum of RGB (Red+Green+Blue) = 175+21+126=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF157E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF157E is #50EA81. Grayscale: #4E4E4E. Windows color (decimal): -5302914 or 8263087. OLE color: 8263087.
HSL color Cylindrical-coordinate representation of color #AF157E: hue angle of 319.09º 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 #AF157E is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 126 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.31 |
| HSL | 319.09º | 0.79% | 0.38% | - |
| HSV(B) | 319.09º | 0.88% | 0.69% | - |
| XYZ | 21.71 | 11.16 | 20.75 | - |
| YUV | 79.02 | 154.52 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 126 | 0 | 0.88 | 0.28 | 0.31 | 319.09 | 0.79 | 0.38 |
| Hex | AF | 15 | 7E | 0 | 58 | 1C | 1F | 13F | 4F | 26 |
| Octal | 257 | 25 | 176 | 0 | 130 | 34 | 37 | 477 | 117 | 46 |
| Binary | 10101111 | 10101 | 1111110 | 0 | 1011000 | 11100 | 11111 | 100111111 | 1001111 | 100110 |
Color Harmonies of #AF157E
Complementary color
Monochromatic Colors of #AF157E
Black with #AF157E
Text Example
Text Example
White with #AF157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF157E; }
p { color: rgb(175,21,126); }
H1.HeaderClassName
{
color: #AF157E;
}
.AnyTagClassName
{
color: #AF157E;
}
</style>
background-color css
<style>
a { background-color: #AF157E; }
a { background-color: rgb(175,21,126); }
div.DivClassName
{
background-color: #AF157E;
}
.BgClassName
{
background-color: #AF157E;
}
</style>
border-color css
<style>
span { border-color: #AF157E; }
span { border-color: rgb(175,21,126); }
td.TdClassName
{
border-color: #AF157E;
}
.TagClassName
{
border-color: #AF157E;
}
</style>