Shades of Medium Violet Red #AF1D88
Tints of Medium Violet Red #AF1D88
RGB
CMYK
RGB Variations
Color information
#AF1D88 (or 0xAF1D88) is known color: Medium Violet Red. HEX triplet: AF, 1D and 88. RGB value is (175,29,136). Sum of RGB (Red+Green+Blue) = 175+29+136=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1D88 is #50E277. Grayscale: #545454. Windows color (decimal): -5300856 or 8920495. OLE color: 8920495.
HSL color Cylindrical-coordinate representation of color #AF1D88: hue angle of 316.03º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1D88 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 136 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.31 |
| HSL | 316.03º | 0.72% | 0.4% | - |
| HSV(B) | 316.03º | 0.83% | 0.69% | - |
| XYZ | 22.56 | 11.77 | 24.38 | - |
| YUV | 84.85 | 156.87 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 136 | 0 | 0.83 | 0.22 | 0.31 | 316.03 | 0.72 | 0.4 |
| Hex | AF | 1D | 88 | 0 | 53 | 16 | 1F | 13C | 48 | 28 |
| Octal | 257 | 35 | 210 | 0 | 123 | 26 | 37 | 474 | 110 | 50 |
| Binary | 10101111 | 11101 | 10001000 | 0 | 1010011 | 10110 | 11111 | 100111100 | 1001000 | 101000 |
Color Harmonies of #AF1D88
Complementary color
Monochromatic Colors of #AF1D88
Black with #AF1D88
Text Example
Text Example
White with #AF1D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D88; }
p { color: rgb(175,29,136); }
H1.HeaderClassName
{
color: #AF1D88;
}
.AnyTagClassName
{
color: #AF1D88;
}
</style>
background-color css
<style>
a { background-color: #AF1D88; }
a { background-color: rgb(175,29,136); }
div.DivClassName
{
background-color: #AF1D88;
}
.BgClassName
{
background-color: #AF1D88;
}
</style>
border-color css
<style>
span { border-color: #AF1D88; }
span { border-color: rgb(175,29,136); }
td.TdClassName
{
border-color: #AF1D88;
}
.TagClassName
{
border-color: #AF1D88;
}
</style>