Shades of Medium Violet Red #AF159C
Tints of Medium Violet Red #AF159C
RGB
CMYK
RGB Variations
Color information
#AF159C (or 0xAF159C) is known color: Medium Violet Red. HEX triplet: AF, 15 and 9C. RGB value is (175,21,156). Sum of RGB (Red+Green+Blue) = 175+21+156=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF159C is #50EA63. Grayscale: #525252. Windows color (decimal): -5302884 or 10229167. OLE color: 10229167.
HSL color Cylindrical-coordinate representation of color #AF159C: hue angle of 307.4º 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 #AF159C is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 156 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.31 |
| HSL | 307.4º | 0.79% | 0.38% | - |
| HSV(B) | 307.4º | 0.88% | 0.69% | - |
| XYZ | 23.95 | 12.05 | 32.52 | - |
| YUV | 82.44 | 169.52 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 156 | 0 | 0.88 | 0.11 | 0.31 | 307.4 | 0.79 | 0.38 |
| Hex | AF | 15 | 9C | 0 | 58 | B | 1F | 133 | 4F | 26 |
| Octal | 257 | 25 | 234 | 0 | 130 | 13 | 37 | 463 | 117 | 46 |
| Binary | 10101111 | 10101 | 10011100 | 0 | 1011000 | 1011 | 11111 | 100110011 | 1001111 | 100110 |
Color Harmonies of #AF159C
Complementary color
Monochromatic Colors of #AF159C
Black with #AF159C
Text Example
Text Example
White with #AF159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF159C; }
p { color: rgb(175,21,156); }
H1.HeaderClassName
{
color: #AF159C;
}
.AnyTagClassName
{
color: #AF159C;
}
</style>
background-color css
<style>
a { background-color: #AF159C; }
a { background-color: rgb(175,21,156); }
div.DivClassName
{
background-color: #AF159C;
}
.BgClassName
{
background-color: #AF159C;
}
</style>
border-color css
<style>
span { border-color: #AF159C; }
span { border-color: rgb(175,21,156); }
td.TdClassName
{
border-color: #AF159C;
}
.TagClassName
{
border-color: #AF159C;
}
</style>