Shades of Medium Violet Red #AF129B
Tints of Medium Violet Red #AF129B
RGB
CMYK
RGB Variations
Color information
#AF129B (or 0xAF129B) is known color: Medium Violet Red. HEX triplet: AF, 12 and 9B. RGB value is (175,18,155). Sum of RGB (Red+Green+Blue) = 175+18+155=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF129B is #50ED64. Grayscale: #505050. Windows color (decimal): -5303653 or 10162863. OLE color: 10162863.
HSL color Cylindrical-coordinate representation of color #AF129B: hue angle of 307.64º 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 #AF129B is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 155 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.31 |
| HSL | 307.64º | 0.81% | 0.38% | - |
| HSV(B) | 307.64º | 0.9% | 0.69% | - |
| XYZ | 23.81 | 11.91 | 32.05 | - |
| YUV | 80.56 | 170.01 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 155 | 0 | 0.90 | 0.11 | 0.31 | 307.64 | 0.81 | 0.38 |
| Hex | AF | 12 | 9B | 0 | 5A | B | 1F | 134 | 51 | 26 |
| Octal | 257 | 22 | 233 | 0 | 132 | 13 | 37 | 464 | 121 | 46 |
| Binary | 10101111 | 10010 | 10011011 | 0 | 1011010 | 1011 | 11111 | 100110100 | 1010001 | 100110 |
Color Harmonies of #AF129B
Complementary color
Monochromatic Colors of #AF129B
Black with #AF129B
Text Example
Text Example
White with #AF129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF129B; }
p { color: rgb(175,18,155); }
H1.HeaderClassName
{
color: #AF129B;
}
.AnyTagClassName
{
color: #AF129B;
}
</style>
background-color css
<style>
a { background-color: #AF129B; }
a { background-color: rgb(175,18,155); }
div.DivClassName
{
background-color: #AF129B;
}
.BgClassName
{
background-color: #AF129B;
}
</style>
border-color css
<style>
span { border-color: #AF129B; }
span { border-color: rgb(175,18,155); }
td.TdClassName
{
border-color: #AF129B;
}
.TagClassName
{
border-color: #AF129B;
}
</style>