Shades of Medium Red Violet #AF289C
Tints of Medium Red Violet #AF289C
RGB
CMYK
RGB Variations
Color information
#AF289C (or 0xAF289C) is known color: Medium Red Violet. HEX triplet: AF, 28 and 9C. RGB value is (175,40,156). Sum of RGB (Red+Green+Blue) = 175+40+156=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF289C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF289C is #50D763. Grayscale: #5D5D5D. Windows color (decimal): -5298020 or 10234031. OLE color: 10234031.
HSL color Cylindrical-coordinate representation of color #AF289C: hue angle of 308.44º 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 #AF289C is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 156 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.31 |
| HSL | 308.44º | 0.63% | 0.42% | - |
| HSV(B) | 308.44º | 0.77% | 0.69% | - |
| XYZ | 24.44 | 13.03 | 32.68 | - |
| YUV | 93.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 156 | 0 | 0.77 | 0.11 | 0.31 | 308.44 | 0.63 | 0.42 |
| Hex | AF | 28 | 9C | 0 | 4D | B | 1F | 134 | 3F | 2A |
| Octal | 257 | 50 | 234 | 0 | 115 | 13 | 37 | 464 | 77 | 52 |
| Binary | 10101111 | 101000 | 10011100 | 0 | 1001101 | 1011 | 11111 | 100110100 | 111111 | 101010 |
Color Harmonies of #AF289C
Complementary color
Monochromatic Colors of #AF289C
Black with #AF289C
Text Example
Text Example
White with #AF289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF289C; }
p { color: rgb(175,40,156); }
H1.HeaderClassName
{
color: #AF289C;
}
.AnyTagClassName
{
color: #AF289C;
}
</style>
background-color css
<style>
a { background-color: #AF289C; }
a { background-color: rgb(175,40,156); }
div.DivClassName
{
background-color: #AF289C;
}
.BgClassName
{
background-color: #AF289C;
}
</style>
border-color css
<style>
span { border-color: #AF289C; }
span { border-color: rgb(175,40,156); }
td.TdClassName
{
border-color: #AF289C;
}
.TagClassName
{
border-color: #AF289C;
}
</style>