Shades of Medium Violet Red #AF129F
Tints of Medium Violet Red #AF129F
RGB
CMYK
RGB Variations
Color information
#AF129F (or 0xAF129F) is known color: Medium Violet Red. HEX triplet: AF, 12 and 9F. RGB value is (175,18,159). Sum of RGB (Red+Green+Blue) = 175+18+159=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF129F is #50ED60. Grayscale: #505050. Windows color (decimal): -5303649 or 10425007. OLE color: 10425007.
HSL color Cylindrical-coordinate representation of color #AF129F: hue angle of 306.11º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF129F is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 159 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.31 |
| HSL | 306.11º | 0.81% | 0.38% | - |
| HSV(B) | 306.11º | 0.9% | 0.69% | - |
| XYZ | 24.15 | 12.05 | 33.85 | - |
| YUV | 81.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 159 | 0 | 0.90 | 0.09 | 0.31 | 306.11 | 0.81 | 0.38 |
| Hex | AF | 12 | 9F | 0 | 5A | 9 | 1F | 132 | 51 | 26 |
| Octal | 257 | 22 | 237 | 0 | 132 | 11 | 37 | 462 | 121 | 46 |
| Binary | 10101111 | 10010 | 10011111 | 0 | 1011010 | 1001 | 11111 | 100110010 | 1010001 | 100110 |
Color Harmonies of #AF129F
Complementary color
Monochromatic Colors of #AF129F
Black with #AF129F
Text Example
Text Example
White with #AF129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF129F; }
p { color: rgb(175,18,159); }
H1.HeaderClassName
{
color: #AF129F;
}
.AnyTagClassName
{
color: #AF129F;
}
</style>
background-color css
<style>
a { background-color: #AF129F; }
a { background-color: rgb(175,18,159); }
div.DivClassName
{
background-color: #AF129F;
}
.BgClassName
{
background-color: #AF129F;
}
</style>
border-color css
<style>
span { border-color: #AF129F; }
span { border-color: rgb(175,18,159); }
td.TdClassName
{
border-color: #AF129F;
}
.TagClassName
{
border-color: #AF129F;
}
</style>