Shades of Medium Violet Red #AF158E
Tints of Medium Violet Red #AF158E
RGB
CMYK
RGB Variations
Color information
#AF158E (or 0xAF158E) is known color: Medium Violet Red. HEX triplet: AF, 15 and 8E. RGB value is (175,21,142). Sum of RGB (Red+Green+Blue) = 175+21+142=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF158E is #50EA71. Grayscale: #505050. Windows color (decimal): -5302898 or 9311663. OLE color: 9311663.
HSL color Cylindrical-coordinate representation of color #AF158E: hue angle of 312.86º 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 #AF158E is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 142 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.31 |
| HSL | 312.86º | 0.79% | 0.38% | - |
| HSV(B) | 312.86º | 0.88% | 0.69% | - |
| XYZ | 22.83 | 11.6 | 26.63 | - |
| YUV | 80.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 142 | 0 | 0.88 | 0.19 | 0.31 | 312.86 | 0.79 | 0.38 |
| Hex | AF | 15 | 8E | 0 | 58 | 13 | 1F | 139 | 4F | 26 |
| Octal | 257 | 25 | 216 | 0 | 130 | 23 | 37 | 471 | 117 | 46 |
| Binary | 10101111 | 10101 | 10001110 | 0 | 1011000 | 10011 | 11111 | 100111001 | 1001111 | 100110 |
Color Harmonies of #AF158E
Complementary color
Monochromatic Colors of #AF158E
Black with #AF158E
Text Example
Text Example
White with #AF158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF158E; }
p { color: rgb(175,21,142); }
H1.HeaderClassName
{
color: #AF158E;
}
.AnyTagClassName
{
color: #AF158E;
}
</style>
background-color css
<style>
a { background-color: #AF158E; }
a { background-color: rgb(175,21,142); }
div.DivClassName
{
background-color: #AF158E;
}
.BgClassName
{
background-color: #AF158E;
}
</style>
border-color css
<style>
span { border-color: #AF158E; }
span { border-color: rgb(175,21,142); }
td.TdClassName
{
border-color: #AF158E;
}
.TagClassName
{
border-color: #AF158E;
}
</style>