Shades of Medium Violet Red #AF128A
Tints of Medium Violet Red #AF128A
RGB
CMYK
RGB Variations
Color information
#AF128A (or 0xAF128A) is known color: Medium Violet Red. HEX triplet: AF, 12 and 8A. RGB value is (175,18,138). Sum of RGB (Red+Green+Blue) = 175+18+138=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF128A is #50ED75. Grayscale: #4E4E4E. Windows color (decimal): -5303670 or 9048751. OLE color: 9048751.
HSL color Cylindrical-coordinate representation of color #AF128A: hue angle of 314.14º 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 #AF128A is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 138 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.31 |
| HSL | 314.14º | 0.81% | 0.38% | - |
| HSV(B) | 314.14º | 0.9% | 0.69% | - |
| XYZ | 22.48 | 11.38 | 25.06 | - |
| YUV | 78.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 138 | 0 | 0.90 | 0.21 | 0.31 | 314.14 | 0.81 | 0.38 |
| Hex | AF | 12 | 8A | 0 | 5A | 15 | 1F | 13A | 51 | 26 |
| Octal | 257 | 22 | 212 | 0 | 132 | 25 | 37 | 472 | 121 | 46 |
| Binary | 10101111 | 10010 | 10001010 | 0 | 1011010 | 10101 | 11111 | 100111010 | 1010001 | 100110 |
Color Harmonies of #AF128A
Complementary color
Monochromatic Colors of #AF128A
Black with #AF128A
Text Example
Text Example
White with #AF128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF128A; }
p { color: rgb(175,18,138); }
H1.HeaderClassName
{
color: #AF128A;
}
.AnyTagClassName
{
color: #AF128A;
}
</style>
background-color css
<style>
a { background-color: #AF128A; }
a { background-color: rgb(175,18,138); }
div.DivClassName
{
background-color: #AF128A;
}
.BgClassName
{
background-color: #AF128A;
}
</style>
border-color css
<style>
span { border-color: #AF128A; }
span { border-color: rgb(175,18,138); }
td.TdClassName
{
border-color: #AF128A;
}
.TagClassName
{
border-color: #AF128A;
}
</style>