Shades of Medium Violet Red #AF1388
Tints of Medium Violet Red #AF1388
RGB
CMYK
RGB Variations
Color information
#AF1388 (or 0xAF1388) is known color: Medium Violet Red. HEX triplet: AF, 13 and 88. RGB value is (175,19,136). Sum of RGB (Red+Green+Blue) = 175+19+136=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1388 is #50EC77. Grayscale: #4E4E4E. Windows color (decimal): -5303416 or 8917935. OLE color: 8917935.
HSL color Cylindrical-coordinate representation of color #AF1388: hue angle of 315º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1388 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 136 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.31 |
| HSL | 315º | 0.8% | 0.38% | - |
| HSV(B) | 315º | 0.89% | 0.69% | - |
| XYZ | 22.36 | 11.36 | 24.31 | - |
| YUV | 78.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 136 | 0 | 0.89 | 0.22 | 0.31 | 315 | 0.8 | 0.38 |
| Hex | AF | 13 | 88 | 0 | 59 | 16 | 1F | 13B | 50 | 26 |
| Octal | 257 | 23 | 210 | 0 | 131 | 26 | 37 | 473 | 120 | 46 |
| Binary | 10101111 | 10011 | 10001000 | 0 | 1011001 | 10110 | 11111 | 100111011 | 1010000 | 100110 |
Color Harmonies of #AF1388
Complementary color
Monochromatic Colors of #AF1388
Black with #AF1388
Text Example
Text Example
White with #AF1388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1388; }
p { color: rgb(175,19,136); }
H1.HeaderClassName
{
color: #AF1388;
}
.AnyTagClassName
{
color: #AF1388;
}
</style>
background-color css
<style>
a { background-color: #AF1388; }
a { background-color: rgb(175,19,136); }
div.DivClassName
{
background-color: #AF1388;
}
.BgClassName
{
background-color: #AF1388;
}
</style>
border-color css
<style>
span { border-color: #AF1388; }
span { border-color: rgb(175,19,136); }
td.TdClassName
{
border-color: #AF1388;
}
.TagClassName
{
border-color: #AF1388;
}
</style>