Shades of Medium Violet Red #AF129A
Tints of Medium Violet Red #AF129A
RGB
CMYK
RGB Variations
Color information
#AF129A (or 0xAF129A) is known color: Medium Violet Red. HEX triplet: AF, 12 and 9A. RGB value is (175,18,154). Sum of RGB (Red+Green+Blue) = 175+18+154=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF129A is #50ED65. Grayscale: #505050. Windows color (decimal): -5303654 or 10097327. OLE color: 10097327.
HSL color Cylindrical-coordinate representation of color #AF129A: hue angle of 308.03º 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 #AF129A is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 154 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.31 |
| HSL | 308.03º | 0.81% | 0.38% | - |
| HSV(B) | 308.03º | 0.9% | 0.69% | - |
| XYZ | 23.73 | 11.88 | 31.61 | - |
| YUV | 80.45 | 169.51 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 154 | 0 | 0.90 | 0.12 | 0.31 | 308.03 | 0.81 | 0.38 |
| Hex | AF | 12 | 9A | 0 | 5A | C | 1F | 134 | 51 | 26 |
| Octal | 257 | 22 | 232 | 0 | 132 | 14 | 37 | 464 | 121 | 46 |
| Binary | 10101111 | 10010 | 10011010 | 0 | 1011010 | 1100 | 11111 | 100110100 | 1010001 | 100110 |
Color Harmonies of #AF129A
Complementary color
Monochromatic Colors of #AF129A
Black with #AF129A
Text Example
Text Example
White with #AF129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF129A; }
p { color: rgb(175,18,154); }
H1.HeaderClassName
{
color: #AF129A;
}
.AnyTagClassName
{
color: #AF129A;
}
</style>
background-color css
<style>
a { background-color: #AF129A; }
a { background-color: rgb(175,18,154); }
div.DivClassName
{
background-color: #AF129A;
}
.BgClassName
{
background-color: #AF129A;
}
</style>
border-color css
<style>
span { border-color: #AF129A; }
span { border-color: rgb(175,18,154); }
td.TdClassName
{
border-color: #AF129A;
}
.TagClassName
{
border-color: #AF129A;
}
</style>