Shades of Medium Violet Red #AF1788
Tints of Medium Violet Red #AF1788
RGB
CMYK
RGB Variations
Color information
#AF1788 (or 0xAF1788) is known color: Medium Violet Red. HEX triplet: AF, 17 and 88. RGB value is (175,23,136). Sum of RGB (Red+Green+Blue) = 175+23+136=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1788 is #50E877. Grayscale: #515151. Windows color (decimal): -5302392 or 8918959. OLE color: 8918959.
HSL color Cylindrical-coordinate representation of color #AF1788: hue angle of 315.39º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1788 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 136 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.31 |
| HSL | 315.39º | 0.77% | 0.39% | - |
| HSV(B) | 315.39º | 0.87% | 0.69% | - |
| XYZ | 22.43 | 11.5 | 24.33 | - |
| YUV | 81.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 136 | 0 | 0.87 | 0.22 | 0.31 | 315.39 | 0.77 | 0.39 |
| Hex | AF | 17 | 88 | 0 | 57 | 16 | 1F | 13B | 4D | 27 |
| Octal | 257 | 27 | 210 | 0 | 127 | 26 | 37 | 473 | 115 | 47 |
| Binary | 10101111 | 10111 | 10001000 | 0 | 1010111 | 10110 | 11111 | 100111011 | 1001101 | 100111 |
Color Harmonies of #AF1788
Complementary color
Monochromatic Colors of #AF1788
Black with #AF1788
Text Example
Text Example
White with #AF1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1788; }
p { color: rgb(175,23,136); }
H1.HeaderClassName
{
color: #AF1788;
}
.AnyTagClassName
{
color: #AF1788;
}
</style>
background-color css
<style>
a { background-color: #AF1788; }
a { background-color: rgb(175,23,136); }
div.DivClassName
{
background-color: #AF1788;
}
.BgClassName
{
background-color: #AF1788;
}
</style>
border-color css
<style>
span { border-color: #AF1788; }
span { border-color: rgb(175,23,136); }
td.TdClassName
{
border-color: #AF1788;
}
.TagClassName
{
border-color: #AF1788;
}
</style>