Shades of Medium Red Violet #AF2098
Tints of Medium Red Violet #AF2098
RGB
CMYK
RGB Variations
Color information
#AF2098 (or 0xAF2098) is known color: Medium Red Violet. HEX triplet: AF, 20 and 98. RGB value is (175,32,152). Sum of RGB (Red+Green+Blue) = 175+32+152=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2098 is #50DF67. Grayscale: #585858. Windows color (decimal): -5300072 or 9969839. OLE color: 9969839.
HSL color Cylindrical-coordinate representation of color #AF2098: hue angle of 309.65º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2098 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 152 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.31 |
| HSL | 309.65º | 0.69% | 0.41% | - |
| HSV(B) | 309.65º | 0.82% | 0.69% | - |
| XYZ | 23.86 | 12.41 | 30.84 | - |
| YUV | 88.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 152 | 0 | 0.82 | 0.13 | 0.31 | 309.65 | 0.69 | 0.41 |
| Hex | AF | 20 | 98 | 0 | 52 | D | 1F | 136 | 45 | 29 |
| Octal | 257 | 40 | 230 | 0 | 122 | 15 | 37 | 466 | 105 | 51 |
| Binary | 10101111 | 100000 | 10011000 | 0 | 1010010 | 1101 | 11111 | 100110110 | 1000101 | 101001 |
Color Harmonies of #AF2098
Complementary color
Monochromatic Colors of #AF2098
Black with #AF2098
Text Example
Text Example
White with #AF2098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2098; }
p { color: rgb(175,32,152); }
H1.HeaderClassName
{
color: #AF2098;
}
.AnyTagClassName
{
color: #AF2098;
}
</style>
background-color css
<style>
a { background-color: #AF2098; }
a { background-color: rgb(175,32,152); }
div.DivClassName
{
background-color: #AF2098;
}
.BgClassName
{
background-color: #AF2098;
}
</style>
border-color css
<style>
span { border-color: #AF2098; }
span { border-color: rgb(175,32,152); }
td.TdClassName
{
border-color: #AF2098;
}
.TagClassName
{
border-color: #AF2098;
}
</style>