Shades of Medium Red Violet #AF2999
Tints of Medium Red Violet #AF2999
RGB
CMYK
RGB Variations
Color information
#AF2999 (or 0xAF2999) is known color: Medium Red Violet. HEX triplet: AF, 29 and 99. RGB value is (175,41,153). Sum of RGB (Red+Green+Blue) = 175+41+153=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2999 is #50D666. Grayscale: #5D5D5D. Windows color (decimal): -5297767 or 10037679. OLE color: 10037679.
HSL color Cylindrical-coordinate representation of color #AF2999: hue angle of 309.85º 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 #AF2999 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 153 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.31 |
| HSL | 309.85º | 0.62% | 0.42% | - |
| HSV(B) | 309.85º | 0.77% | 0.69% | - |
| XYZ | 24.22 | 13 | 31.37 | - |
| YUV | 93.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 153 | 0 | 0.77 | 0.13 | 0.31 | 309.85 | 0.62 | 0.42 |
| Hex | AF | 29 | 99 | 0 | 4D | D | 1F | 136 | 3E | 2A |
| Octal | 257 | 51 | 231 | 0 | 115 | 15 | 37 | 466 | 76 | 52 |
| Binary | 10101111 | 101001 | 10011001 | 0 | 1001101 | 1101 | 11111 | 100110110 | 111110 | 101010 |
Color Harmonies of #AF2999
Complementary color
Monochromatic Colors of #AF2999
Black with #AF2999
Text Example
Text Example
White with #AF2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2999; }
p { color: rgb(175,41,153); }
H1.HeaderClassName
{
color: #AF2999;
}
.AnyTagClassName
{
color: #AF2999;
}
</style>
background-color css
<style>
a { background-color: #AF2999; }
a { background-color: rgb(175,41,153); }
div.DivClassName
{
background-color: #AF2999;
}
.BgClassName
{
background-color: #AF2999;
}
</style>
border-color css
<style>
span { border-color: #AF2999; }
span { border-color: rgb(175,41,153); }
td.TdClassName
{
border-color: #AF2999;
}
.TagClassName
{
border-color: #AF2999;
}
</style>