Shades of Medium Violet Red #AF188F
Tints of Medium Violet Red #AF188F
RGB
CMYK
RGB Variations
Color information
#AF188F (or 0xAF188F) is known color: Medium Violet Red. HEX triplet: AF, 18 and 8F. RGB value is (175,24,143). Sum of RGB (Red+Green+Blue) = 175+24+143=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF188F is #50E770. Grayscale: #525252. Windows color (decimal): -5302129 or 9377967. OLE color: 9377967.
HSL color Cylindrical-coordinate representation of color #AF188F: hue angle of 312.72º 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 #AF188F is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 143 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.31 |
| HSL | 312.72º | 0.76% | 0.39% | - |
| HSV(B) | 312.72º | 0.86% | 0.69% | - |
| XYZ | 22.96 | 11.75 | 27.04 | - |
| YUV | 82.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 143 | 0 | 0.86 | 0.18 | 0.31 | 312.72 | 0.76 | 0.39 |
| Hex | AF | 18 | 8F | 0 | 56 | 12 | 1F | 139 | 4C | 27 |
| Octal | 257 | 30 | 217 | 0 | 126 | 22 | 37 | 471 | 114 | 47 |
| Binary | 10101111 | 11000 | 10001111 | 0 | 1010110 | 10010 | 11111 | 100111001 | 1001100 | 100111 |
Color Harmonies of #AF188F
Complementary color
Monochromatic Colors of #AF188F
Black with #AF188F
Text Example
Text Example
White with #AF188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF188F; }
p { color: rgb(175,24,143); }
H1.HeaderClassName
{
color: #AF188F;
}
.AnyTagClassName
{
color: #AF188F;
}
</style>
background-color css
<style>
a { background-color: #AF188F; }
a { background-color: rgb(175,24,143); }
div.DivClassName
{
background-color: #AF188F;
}
.BgClassName
{
background-color: #AF188F;
}
</style>
border-color css
<style>
span { border-color: #AF188F; }
span { border-color: rgb(175,24,143); }
td.TdClassName
{
border-color: #AF188F;
}
.TagClassName
{
border-color: #AF188F;
}
</style>