Shades of Medium Violet Red #AF129D
Tints of Medium Violet Red #AF129D
RGB
CMYK
RGB Variations
Color information
#AF129D (or 0xAF129D) is known color: Medium Violet Red. HEX triplet: AF, 12 and 9D. RGB value is (175,18,157). Sum of RGB (Red+Green+Blue) = 175+18+157=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF129D is #50ED62. Grayscale: #505050. Windows color (decimal): -5303651 or 10293935. OLE color: 10293935.
HSL color Cylindrical-coordinate representation of color #AF129D: hue angle of 306.88º 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 #AF129D is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 157 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.31 |
| HSL | 306.88º | 0.81% | 0.38% | - |
| HSV(B) | 306.88º | 0.9% | 0.69% | - |
| XYZ | 23.98 | 11.98 | 32.95 | - |
| YUV | 80.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 157 | 0 | 0.90 | 0.10 | 0.31 | 306.88 | 0.81 | 0.38 |
| Hex | AF | 12 | 9D | 0 | 5A | A | 1F | 133 | 51 | 26 |
| Octal | 257 | 22 | 235 | 0 | 132 | 12 | 37 | 463 | 121 | 46 |
| Binary | 10101111 | 10010 | 10011101 | 0 | 1011010 | 1010 | 11111 | 100110011 | 1010001 | 100110 |
Color Harmonies of #AF129D
Complementary color
Monochromatic Colors of #AF129D
Black with #AF129D
Text Example
Text Example
White with #AF129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF129D; }
p { color: rgb(175,18,157); }
H1.HeaderClassName
{
color: #AF129D;
}
.AnyTagClassName
{
color: #AF129D;
}
</style>
background-color css
<style>
a { background-color: #AF129D; }
a { background-color: rgb(175,18,157); }
div.DivClassName
{
background-color: #AF129D;
}
.BgClassName
{
background-color: #AF129D;
}
</style>
border-color css
<style>
span { border-color: #AF129D; }
span { border-color: rgb(175,18,157); }
td.TdClassName
{
border-color: #AF129D;
}
.TagClassName
{
border-color: #AF129D;
}
</style>