Shades of Medium Red Violet #AF2799
Tints of Medium Red Violet #AF2799
RGB
CMYK
RGB Variations
Color information
#AF2799 (or 0xAF2799) is known color: Medium Red Violet. HEX triplet: AF, 27 and 99. RGB value is (175,39,153). Sum of RGB (Red+Green+Blue) = 175+39+153=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2799 is #50D866. Grayscale: #5C5C5C. Windows color (decimal): -5298279 or 10037167. OLE color: 10037167.
HSL color Cylindrical-coordinate representation of color #AF2799: hue angle of 309.71º 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 #AF2799 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 153 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.31 |
| HSL | 309.71º | 0.64% | 0.42% | - |
| HSV(B) | 309.71º | 0.78% | 0.69% | - |
| XYZ | 24.15 | 12.86 | 31.35 | - |
| YUV | 92.66 | 162.06 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 153 | 0 | 0.78 | 0.13 | 0.31 | 309.71 | 0.64 | 0.42 |
| Hex | AF | 27 | 99 | 0 | 4E | D | 1F | 136 | 40 | 2A |
| Octal | 257 | 47 | 231 | 0 | 116 | 15 | 37 | 466 | 100 | 52 |
| Binary | 10101111 | 100111 | 10011001 | 0 | 1001110 | 1101 | 11111 | 100110110 | 1000000 | 101010 |
Color Harmonies of #AF2799
Complementary color
Monochromatic Colors of #AF2799
Black with #AF2799
Text Example
Text Example
White with #AF2799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2799; }
p { color: rgb(175,39,153); }
H1.HeaderClassName
{
color: #AF2799;
}
.AnyTagClassName
{
color: #AF2799;
}
</style>
background-color css
<style>
a { background-color: #AF2799; }
a { background-color: rgb(175,39,153); }
div.DivClassName
{
background-color: #AF2799;
}
.BgClassName
{
background-color: #AF2799;
}
</style>
border-color css
<style>
span { border-color: #AF2799; }
span { border-color: rgb(175,39,153); }
td.TdClassName
{
border-color: #AF2799;
}
.TagClassName
{
border-color: #AF2799;
}
</style>