Shades of Medium Red Violet #AF2798
Tints of Medium Red Violet #AF2798
RGB
CMYK
RGB Variations
Color information
#AF2798 (or 0xAF2798) is known color: Medium Red Violet. HEX triplet: AF, 27 and 98. RGB value is (175,39,152). Sum of RGB (Red+Green+Blue) = 175+39+152=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2798 is #50D867. Grayscale: #5C5C5C. Windows color (decimal): -5298280 or 9971631. OLE color: 9971631.
HSL color Cylindrical-coordinate representation of color #AF2798: hue angle of 310.15º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2798 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 152 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.31 |
| HSL | 310.15º | 0.64% | 0.42% | - |
| HSV(B) | 310.15º | 0.78% | 0.69% | - |
| XYZ | 24.07 | 12.83 | 30.91 | - |
| YUV | 92.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 152 | 0 | 0.78 | 0.13 | 0.31 | 310.15 | 0.64 | 0.42 |
| Hex | AF | 27 | 98 | 0 | 4E | D | 1F | 136 | 40 | 2A |
| Octal | 257 | 47 | 230 | 0 | 116 | 15 | 37 | 466 | 100 | 52 |
| Binary | 10101111 | 100111 | 10011000 | 0 | 1001110 | 1101 | 11111 | 100110110 | 1000000 | 101010 |
Color Harmonies of #AF2798
Complementary color
Monochromatic Colors of #AF2798
Black with #AF2798
Text Example
Text Example
White with #AF2798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2798; }
p { color: rgb(175,39,152); }
H1.HeaderClassName
{
color: #AF2798;
}
.AnyTagClassName
{
color: #AF2798;
}
</style>
background-color css
<style>
a { background-color: #AF2798; }
a { background-color: rgb(175,39,152); }
div.DivClassName
{
background-color: #AF2798;
}
.BgClassName
{
background-color: #AF2798;
}
</style>
border-color css
<style>
span { border-color: #AF2798; }
span { border-color: rgb(175,39,152); }
td.TdClassName
{
border-color: #AF2798;
}
.TagClassName
{
border-color: #AF2798;
}
</style>