Shades of Medium Red Violet #AF289B
Tints of Medium Red Violet #AF289B
RGB
CMYK
RGB Variations
Color information
#AF289B (or 0xAF289B) is known color: Medium Red Violet. HEX triplet: AF, 28 and 9B. RGB value is (175,40,155). Sum of RGB (Red+Green+Blue) = 175+40+155=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF289B is #50D764. Grayscale: #5D5D5D. Windows color (decimal): -5298021 or 10168495. OLE color: 10168495.
HSL color Cylindrical-coordinate representation of color #AF289B: hue angle of 308.89º 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 #AF289B is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 155 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.31 |
| HSL | 308.89º | 0.63% | 0.42% | - |
| HSV(B) | 308.89º | 0.77% | 0.69% | - |
| XYZ | 24.35 | 13 | 32.24 | - |
| YUV | 93.48 | 162.73 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 155 | 0 | 0.77 | 0.11 | 0.31 | 308.89 | 0.63 | 0.42 |
| Hex | AF | 28 | 9B | 0 | 4D | B | 1F | 135 | 3F | 2A |
| Octal | 257 | 50 | 233 | 0 | 115 | 13 | 37 | 465 | 77 | 52 |
| Binary | 10101111 | 101000 | 10011011 | 0 | 1001101 | 1011 | 11111 | 100110101 | 111111 | 101010 |
Color Harmonies of #AF289B
Complementary color
Monochromatic Colors of #AF289B
Black with #AF289B
Text Example
Text Example
White with #AF289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF289B; }
p { color: rgb(175,40,155); }
H1.HeaderClassName
{
color: #AF289B;
}
.AnyTagClassName
{
color: #AF289B;
}
</style>
background-color css
<style>
a { background-color: #AF289B; }
a { background-color: rgb(175,40,155); }
div.DivClassName
{
background-color: #AF289B;
}
.BgClassName
{
background-color: #AF289B;
}
</style>
border-color css
<style>
span { border-color: #AF289B; }
span { border-color: rgb(175,40,155); }
td.TdClassName
{
border-color: #AF289B;
}
.TagClassName
{
border-color: #AF289B;
}
</style>