Shades of Medium Violet Red #AF129C
Tints of Medium Violet Red #AF129C
RGB
CMYK
RGB Variations
Color information
#AF129C (or 0xAF129C) is known color: Medium Violet Red. HEX triplet: AF, 12 and 9C. RGB value is (175,18,156). Sum of RGB (Red+Green+Blue) = 175+18+156=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF129C is #50ED63. Grayscale: #505050. Windows color (decimal): -5303652 or 10228399. OLE color: 10228399.
HSL color Cylindrical-coordinate representation of color #AF129C: hue angle of 307.26º 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 #AF129C is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 156 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.31 |
| HSL | 307.26º | 0.81% | 0.38% | - |
| HSV(B) | 307.26º | 0.9% | 0.69% | - |
| XYZ | 23.9 | 11.95 | 32.5 | - |
| YUV | 80.68 | 170.51 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 156 | 0 | 0.90 | 0.11 | 0.31 | 307.26 | 0.81 | 0.38 |
| Hex | AF | 12 | 9C | 0 | 5A | B | 1F | 133 | 51 | 26 |
| Octal | 257 | 22 | 234 | 0 | 132 | 13 | 37 | 463 | 121 | 46 |
| Binary | 10101111 | 10010 | 10011100 | 0 | 1011010 | 1011 | 11111 | 100110011 | 1010001 | 100110 |
Color Harmonies of #AF129C
Complementary color
Monochromatic Colors of #AF129C
Black with #AF129C
Text Example
Text Example
White with #AF129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF129C; }
p { color: rgb(175,18,156); }
H1.HeaderClassName
{
color: #AF129C;
}
.AnyTagClassName
{
color: #AF129C;
}
</style>
background-color css
<style>
a { background-color: #AF129C; }
a { background-color: rgb(175,18,156); }
div.DivClassName
{
background-color: #AF129C;
}
.BgClassName
{
background-color: #AF129C;
}
</style>
border-color css
<style>
span { border-color: #AF129C; }
span { border-color: rgb(175,18,156); }
td.TdClassName
{
border-color: #AF129C;
}
.TagClassName
{
border-color: #AF129C;
}
</style>