Shades of Medium Violet Red #AF129E
Tints of Medium Violet Red #AF129E
RGB
CMYK
RGB Variations
Color information
#AF129E (or 0xAF129E) is known color: Medium Violet Red. HEX triplet: AF, 12 and 9E. RGB value is (175,18,158). Sum of RGB (Red+Green+Blue) = 175+18+158=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF129E is #50ED61. Grayscale: #505050. Windows color (decimal): -5303650 or 10359471. OLE color: 10359471.
HSL color Cylindrical-coordinate representation of color #AF129E: hue angle of 306.5º 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 #AF129E is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 158 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.31 |
| HSL | 306.5º | 0.81% | 0.38% | - |
| HSV(B) | 306.5º | 0.9% | 0.69% | - |
| XYZ | 24.07 | 12.02 | 33.4 | - |
| YUV | 80.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 158 | 0 | 0.90 | 0.10 | 0.31 | 306.5 | 0.81 | 0.38 |
| Hex | AF | 12 | 9E | 0 | 5A | A | 1F | 132 | 51 | 26 |
| Octal | 257 | 22 | 236 | 0 | 132 | 12 | 37 | 462 | 121 | 46 |
| Binary | 10101111 | 10010 | 10011110 | 0 | 1011010 | 1010 | 11111 | 100110010 | 1010001 | 100110 |
Color Harmonies of #AF129E
Complementary color
Monochromatic Colors of #AF129E
Black with #AF129E
Text Example
Text Example
White with #AF129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF129E; }
p { color: rgb(175,18,158); }
H1.HeaderClassName
{
color: #AF129E;
}
.AnyTagClassName
{
color: #AF129E;
}
</style>
background-color css
<style>
a { background-color: #AF129E; }
a { background-color: rgb(175,18,158); }
div.DivClassName
{
background-color: #AF129E;
}
.BgClassName
{
background-color: #AF129E;
}
</style>
border-color css
<style>
span { border-color: #AF129E; }
span { border-color: rgb(175,18,158); }
td.TdClassName
{
border-color: #AF129E;
}
.TagClassName
{
border-color: #AF129E;
}
</style>