Shades of Medium Red Violet #AF286F
Tints of Medium Red Violet #AF286F
RGB
CMYK
RGB Variations
Color information
#AF286F (or 0xAF286F) is known color: Medium Red Violet. HEX triplet: AF, 28 and 6F. RGB value is (175,40,111). Sum of RGB (Red+Green+Blue) = 175+40+111=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF286F is #50D790. Grayscale: #585858. Windows color (decimal): -5298065 or 7284911. OLE color: 7284911.
HSL color Cylindrical-coordinate representation of color #AF286F: hue angle of 328.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 #AF286F is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 111 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.31 |
| HSL | 328.44º | 0.63% | 0.42% | - |
| HSV(B) | 328.44º | 0.77% | 0.69% | - |
| XYZ | 21.31 | 11.78 | 16.19 | - |
| YUV | 88.46 | 140.73 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 111 | 0 | 0.77 | 0.37 | 0.31 | 328.44 | 0.63 | 0.42 |
| Hex | AF | 28 | 6F | 0 | 4D | 25 | 1F | 148 | 3F | 2A |
| Octal | 257 | 50 | 157 | 0 | 115 | 45 | 37 | 510 | 77 | 52 |
| Binary | 10101111 | 101000 | 1101111 | 0 | 1001101 | 100101 | 11111 | 101001000 | 111111 | 101010 |
Color Harmonies of #AF286F
Complementary color
Monochromatic Colors of #AF286F
Black with #AF286F
Text Example
Text Example
White with #AF286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF286F; }
p { color: rgb(175,40,111); }
H1.HeaderClassName
{
color: #AF286F;
}
.AnyTagClassName
{
color: #AF286F;
}
</style>
background-color css
<style>
a { background-color: #AF286F; }
a { background-color: rgb(175,40,111); }
div.DivClassName
{
background-color: #AF286F;
}
.BgClassName
{
background-color: #AF286F;
}
</style>
border-color css
<style>
span { border-color: #AF286F; }
span { border-color: rgb(175,40,111); }
td.TdClassName
{
border-color: #AF286F;
}
.TagClassName
{
border-color: #AF286F;
}
</style>