Shades of Medium Violet Red #AF118A
Tints of Medium Violet Red #AF118A
RGB
CMYK
RGB Variations
Color information
#AF118A (or 0xAF118A) is known color: Medium Violet Red. HEX triplet: AF, 11 and 8A. RGB value is (175,17,138). Sum of RGB (Red+Green+Blue) = 175+17+138=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF118A is #50EE75. Grayscale: #4D4D4D. Windows color (decimal): -5303926 or 9048495. OLE color: 9048495.
HSL color Cylindrical-coordinate representation of color #AF118A: hue angle of 314.05º degrees, saturation: 0.82, 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 #AF118A is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 138 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.31 |
| HSL | 314.05º | 0.82% | 0.38% | - |
| HSV(B) | 314.05º | 0.9% | 0.69% | - |
| XYZ | 22.47 | 11.35 | 25.05 | - |
| YUV | 78.04 | 161.85 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 138 | 0 | 0.90 | 0.21 | 0.31 | 314.05 | 0.82 | 0.38 |
| Hex | AF | 11 | 8A | 0 | 5A | 15 | 1F | 13A | 52 | 26 |
| Octal | 257 | 21 | 212 | 0 | 132 | 25 | 37 | 472 | 122 | 46 |
| Binary | 10101111 | 10001 | 10001010 | 0 | 1011010 | 10101 | 11111 | 100111010 | 1010010 | 100110 |
Color Harmonies of #AF118A
Complementary color
Monochromatic Colors of #AF118A
Black with #AF118A
Text Example
Text Example
White with #AF118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF118A; }
p { color: rgb(175,17,138); }
H1.HeaderClassName
{
color: #AF118A;
}
.AnyTagClassName
{
color: #AF118A;
}
</style>
background-color css
<style>
a { background-color: #AF118A; }
a { background-color: rgb(175,17,138); }
div.DivClassName
{
background-color: #AF118A;
}
.BgClassName
{
background-color: #AF118A;
}
</style>
border-color css
<style>
span { border-color: #AF118A; }
span { border-color: rgb(175,17,138); }
td.TdClassName
{
border-color: #AF118A;
}
.TagClassName
{
border-color: #AF118A;
}
</style>