Shades of Medium Violet Red #AF188E
Tints of Medium Violet Red #AF188E
RGB
CMYK
RGB Variations
Color information
#AF188E (or 0xAF188E) is known color: Medium Violet Red. HEX triplet: AF, 18 and 8E. RGB value is (175,24,142). Sum of RGB (Red+Green+Blue) = 175+24+142=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF188E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF188E is #50E771. Grayscale: #525252. Windows color (decimal): -5302130 or 9312431. OLE color: 9312431.
HSL color Cylindrical-coordinate representation of color #AF188E: hue angle of 313.11º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF188E is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 142 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.31 |
| HSL | 313.11º | 0.76% | 0.39% | - |
| HSV(B) | 313.11º | 0.86% | 0.69% | - |
| XYZ | 22.89 | 11.72 | 26.65 | - |
| YUV | 82.6 | 161.53 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 142 | 0 | 0.86 | 0.19 | 0.31 | 313.11 | 0.76 | 0.39 |
| Hex | AF | 18 | 8E | 0 | 56 | 13 | 1F | 139 | 4C | 27 |
| Octal | 257 | 30 | 216 | 0 | 126 | 23 | 37 | 471 | 114 | 47 |
| Binary | 10101111 | 11000 | 10001110 | 0 | 1010110 | 10011 | 11111 | 100111001 | 1001100 | 100111 |
Color Harmonies of #AF188E
Complementary color
Monochromatic Colors of #AF188E
Black with #AF188E
Text Example
Text Example
White with #AF188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF188E; }
p { color: rgb(175,24,142); }
H1.HeaderClassName
{
color: #AF188E;
}
.AnyTagClassName
{
color: #AF188E;
}
</style>
background-color css
<style>
a { background-color: #AF188E; }
a { background-color: rgb(175,24,142); }
div.DivClassName
{
background-color: #AF188E;
}
.BgClassName
{
background-color: #AF188E;
}
</style>
border-color css
<style>
span { border-color: #AF188E; }
span { border-color: rgb(175,24,142); }
td.TdClassName
{
border-color: #AF188E;
}
.TagClassName
{
border-color: #AF188E;
}
</style>