Shades of Medium Violet Red #AF19A8
Tints of Medium Violet Red #AF19A8
RGB
CMYK
RGB Variations
Color information
#AF19A8 (or 0xAF19A8) is known color: Medium Violet Red. HEX triplet: AF, 19 and A8. RGB value is (175,25,168). Sum of RGB (Red+Green+Blue) = 175+25+168=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 168 (66.02% from 255 or 45.65% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF19A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF19A8 is #50E657. Grayscale: #555555. Windows color (decimal): -5301848 or 11016623. OLE color: 11016623.
HSL color Cylindrical-coordinate representation of color #AF19A8: hue angle of 302.8º degrees, saturation: 0.75, 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 #AF19A8 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 168 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.31 |
| HSL | 302.8º | 0.75% | 0.39% | - |
| HSV(B) | 302.8º | 0.86% | 0.69% | - |
| XYZ | 25.09 | 12.64 | 38.16 | - |
| YUV | 86.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 168 | 0 | 0.86 | 0.04 | 0.31 | 302.8 | 0.75 | 0.39 |
| Hex | AF | 19 | A8 | 0 | 56 | 4 | 1F | 12F | 4B | 27 |
| Octal | 257 | 31 | 250 | 0 | 126 | 4 | 37 | 457 | 113 | 47 |
| Binary | 10101111 | 11001 | 10101000 | 0 | 1010110 | 100 | 11111 | 100101111 | 1001011 | 100111 |
Color Harmonies of #AF19A8
Complementary color
Monochromatic Colors of #AF19A8
Black with #AF19A8
Text Example
Text Example
White with #AF19A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19A8; }
p { color: rgb(175,25,168); }
H1.HeaderClassName
{
color: #AF19A8;
}
.AnyTagClassName
{
color: #AF19A8;
}
</style>
background-color css
<style>
a { background-color: #AF19A8; }
a { background-color: rgb(175,25,168); }
div.DivClassName
{
background-color: #AF19A8;
}
.BgClassName
{
background-color: #AF19A8;
}
</style>
border-color css
<style>
span { border-color: #AF19A8; }
span { border-color: rgb(175,25,168); }
td.TdClassName
{
border-color: #AF19A8;
}
.TagClassName
{
border-color: #AF19A8;
}
</style>