Shades of Medium Violet Red #AF188C
Tints of Medium Violet Red #AF188C
RGB
CMYK
RGB Variations
Color information
#AF188C (or 0xAF188C) is known color: Medium Violet Red. HEX triplet: AF, 18 and 8C. RGB value is (175,24,140). Sum of RGB (Red+Green+Blue) = 175+24+140=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF188C is #50E773. Grayscale: #525252. Windows color (decimal): -5302132 or 9181359. OLE color: 9181359.
HSL color Cylindrical-coordinate representation of color #AF188C: hue angle of 313.91º 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 #AF188C is Cyan = 0, Magento = 0.86, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 140 | - |
| CMYK | 0 | 0.86 | 0.2 | 0.31 |
| HSL | 313.91º | 0.76% | 0.39% | - |
| HSV(B) | 313.91º | 0.86% | 0.69% | - |
| XYZ | 22.74 | 11.66 | 25.86 | - |
| YUV | 82.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 140 | 0 | 0.86 | 0.2 | 0.31 | 313.91 | 0.76 | 0.39 |
| Hex | AF | 18 | 8C | 0 | 56 | 14 | 1F | 13A | 4C | 27 |
| Octal | 257 | 30 | 214 | 0 | 126 | 24 | 37 | 472 | 114 | 47 |
| Binary | 10101111 | 11000 | 10001100 | 0 | 1010110 | 10100 | 11111 | 100111010 | 1001100 | 100111 |
Color Harmonies of #AF188C
Complementary color
Monochromatic Colors of #AF188C
Black with #AF188C
Text Example
Text Example
White with #AF188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF188C; }
p { color: rgb(175,24,140); }
H1.HeaderClassName
{
color: #AF188C;
}
.AnyTagClassName
{
color: #AF188C;
}
</style>
background-color css
<style>
a { background-color: #AF188C; }
a { background-color: rgb(175,24,140); }
div.DivClassName
{
background-color: #AF188C;
}
.BgClassName
{
background-color: #AF188C;
}
</style>
border-color css
<style>
span { border-color: #AF188C; }
span { border-color: rgb(175,24,140); }
td.TdClassName
{
border-color: #AF188C;
}
.TagClassName
{
border-color: #AF188C;
}
</style>