Shades of Medium Red Violet #AF289F
Tints of Medium Red Violet #AF289F
RGB
CMYK
RGB Variations
Color information
#AF289F (or 0xAF289F) is known color: Medium Red Violet. HEX triplet: AF, 28 and 9F. RGB value is (175,40,159). Sum of RGB (Red+Green+Blue) = 175+40+159=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF289F is #50D760. Grayscale: #5D5D5D. Windows color (decimal): -5298017 or 10430639. OLE color: 10430639.
HSL color Cylindrical-coordinate representation of color #AF289F: hue angle of 307.11º degrees, saturation: 0.63, 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 #AF289F is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 159 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.31 |
| HSL | 307.11º | 0.63% | 0.42% | - |
| HSV(B) | 307.11º | 0.77% | 0.69% | - |
| XYZ | 24.7 | 13.13 | 34.03 | - |
| YUV | 93.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 159 | 0 | 0.77 | 0.09 | 0.31 | 307.11 | 0.63 | 0.42 |
| Hex | AF | 28 | 9F | 0 | 4D | 9 | 1F | 133 | 3F | 2A |
| Octal | 257 | 50 | 237 | 0 | 115 | 11 | 37 | 463 | 77 | 52 |
| Binary | 10101111 | 101000 | 10011111 | 0 | 1001101 | 1001 | 11111 | 100110011 | 111111 | 101010 |
Color Harmonies of #AF289F
Complementary color
Monochromatic Colors of #AF289F
Black with #AF289F
Text Example
Text Example
White with #AF289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF289F; }
p { color: rgb(175,40,159); }
H1.HeaderClassName
{
color: #AF289F;
}
.AnyTagClassName
{
color: #AF289F;
}
</style>
background-color css
<style>
a { background-color: #AF289F; }
a { background-color: rgb(175,40,159); }
div.DivClassName
{
background-color: #AF289F;
}
.BgClassName
{
background-color: #AF289F;
}
</style>
border-color css
<style>
span { border-color: #AF289F; }
span { border-color: rgb(175,40,159); }
td.TdClassName
{
border-color: #AF289F;
}
.TagClassName
{
border-color: #AF289F;
}
</style>