Shades of Medium Red Violet #AF298E
Tints of Medium Red Violet #AF298E
RGB
CMYK
RGB Variations
Color information
#AF298E (or 0xAF298E) is known color: Medium Red Violet. HEX triplet: AF, 29 and 8E. RGB value is (175,41,142). Sum of RGB (Red+Green+Blue) = 175+41+142=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF298E is #50D671. Grayscale: #5C5C5C. Windows color (decimal): -5297778 or 9316783. OLE color: 9316783.
HSL color Cylindrical-coordinate representation of color #AF298E: hue angle of 314.78º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF298E is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 142 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.31 |
| HSL | 314.78º | 0.62% | 0.42% | - |
| HSV(B) | 314.78º | 0.77% | 0.69% | - |
| XYZ | 23.35 | 12.65 | 26.8 | - |
| YUV | 92.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 142 | 0 | 0.77 | 0.19 | 0.31 | 314.78 | 0.62 | 0.42 |
| Hex | AF | 29 | 8E | 0 | 4D | 13 | 1F | 13B | 3E | 2A |
| Octal | 257 | 51 | 216 | 0 | 115 | 23 | 37 | 473 | 76 | 52 |
| Binary | 10101111 | 101001 | 10001110 | 0 | 1001101 | 10011 | 11111 | 100111011 | 111110 | 101010 |
Color Harmonies of #AF298E
Complementary color
Monochromatic Colors of #AF298E
Black with #AF298E
Text Example
Text Example
White with #AF298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF298E; }
p { color: rgb(175,41,142); }
H1.HeaderClassName
{
color: #AF298E;
}
.AnyTagClassName
{
color: #AF298E;
}
</style>
background-color css
<style>
a { background-color: #AF298E; }
a { background-color: rgb(175,41,142); }
div.DivClassName
{
background-color: #AF298E;
}
.BgClassName
{
background-color: #AF298E;
}
</style>
border-color css
<style>
span { border-color: #AF298E; }
span { border-color: rgb(175,41,142); }
td.TdClassName
{
border-color: #AF298E;
}
.TagClassName
{
border-color: #AF298E;
}
</style>