Shades of Medium Violet Red #AF159E
Tints of Medium Violet Red #AF159E
RGB
CMYK
RGB Variations
Color information
#AF159E (or 0xAF159E) is known color: Medium Violet Red. HEX triplet: AF, 15 and 9E. RGB value is (175,21,158). Sum of RGB (Red+Green+Blue) = 175+21+158=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF159E is #50EA61. Grayscale: #525252. Windows color (decimal): -5302882 or 10360239. OLE color: 10360239.
HSL color Cylindrical-coordinate representation of color #AF159E: hue angle of 306.62º 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 #AF159E is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 158 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.31 |
| HSL | 306.62º | 0.79% | 0.38% | - |
| HSV(B) | 306.62º | 0.88% | 0.69% | - |
| XYZ | 24.12 | 12.12 | 33.42 | - |
| YUV | 82.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 158 | 0 | 0.88 | 0.10 | 0.31 | 306.62 | 0.79 | 0.38 |
| Hex | AF | 15 | 9E | 0 | 58 | A | 1F | 133 | 4F | 26 |
| Octal | 257 | 25 | 236 | 0 | 130 | 12 | 37 | 463 | 117 | 46 |
| Binary | 10101111 | 10101 | 10011110 | 0 | 1011000 | 1010 | 11111 | 100110011 | 1001111 | 100110 |
Color Harmonies of #AF159E
Complementary color
Monochromatic Colors of #AF159E
Black with #AF159E
Text Example
Text Example
White with #AF159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF159E; }
p { color: rgb(175,21,158); }
H1.HeaderClassName
{
color: #AF159E;
}
.AnyTagClassName
{
color: #AF159E;
}
</style>
background-color css
<style>
a { background-color: #AF159E; }
a { background-color: rgb(175,21,158); }
div.DivClassName
{
background-color: #AF159E;
}
.BgClassName
{
background-color: #AF159E;
}
</style>
border-color css
<style>
span { border-color: #AF159E; }
span { border-color: rgb(175,21,158); }
td.TdClassName
{
border-color: #AF159E;
}
.TagClassName
{
border-color: #AF159E;
}
</style>