Shades of Medium Violet Red #AF188B
Tints of Medium Violet Red #AF188B
RGB
CMYK
RGB Variations
Color information
#AF188B (or 0xAF188B) is known color: Medium Violet Red. HEX triplet: AF, 18 and 8B. RGB value is (175,24,139). Sum of RGB (Red+Green+Blue) = 175+24+139=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF188B is #50E774. Grayscale: #515151. Windows color (decimal): -5302133 or 9115823. OLE color: 9115823.
HSL color Cylindrical-coordinate representation of color #AF188B: hue angle of 314.3º 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 #AF188B is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 139 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.31 |
| HSL | 314.3º | 0.76% | 0.39% | - |
| HSV(B) | 314.3º | 0.86% | 0.69% | - |
| XYZ | 22.67 | 11.63 | 25.48 | - |
| YUV | 82.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 139 | 0 | 0.86 | 0.21 | 0.31 | 314.3 | 0.76 | 0.39 |
| Hex | AF | 18 | 8B | 0 | 56 | 15 | 1F | 13A | 4C | 27 |
| Octal | 257 | 30 | 213 | 0 | 126 | 25 | 37 | 472 | 114 | 47 |
| Binary | 10101111 | 11000 | 10001011 | 0 | 1010110 | 10101 | 11111 | 100111010 | 1001100 | 100111 |
Color Harmonies of #AF188B
Complementary color
Monochromatic Colors of #AF188B
Black with #AF188B
Text Example
Text Example
White with #AF188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF188B; }
p { color: rgb(175,24,139); }
H1.HeaderClassName
{
color: #AF188B;
}
.AnyTagClassName
{
color: #AF188B;
}
</style>
background-color css
<style>
a { background-color: #AF188B; }
a { background-color: rgb(175,24,139); }
div.DivClassName
{
background-color: #AF188B;
}
.BgClassName
{
background-color: #AF188B;
}
</style>
border-color css
<style>
span { border-color: #AF188B; }
span { border-color: rgb(175,24,139); }
td.TdClassName
{
border-color: #AF188B;
}
.TagClassName
{
border-color: #AF188B;
}
</style>