Shades of Medium Red Violet #AF2486
Tints of Medium Red Violet #AF2486
RGB
CMYK
RGB Variations
Color information
#AF2486 (or 0xAF2486) is known color: Medium Red Violet. HEX triplet: AF, 24 and 86. RGB value is (175,36,134). Sum of RGB (Red+Green+Blue) = 175+36+134=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2486 is #50DB79. Grayscale: #585858. Windows color (decimal): -5299066 or 8791215. OLE color: 8791215.
HSL color Cylindrical-coordinate representation of color #AF2486: hue angle of 317.7º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2486 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 134 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.31 |
| HSL | 317.7º | 0.66% | 0.41% | - |
| HSV(B) | 317.7º | 0.79% | 0.69% | - |
| XYZ | 22.61 | 12.1 | 23.7 | - |
| YUV | 88.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 134 | 0 | 0.79 | 0.23 | 0.31 | 317.7 | 0.66 | 0.41 |
| Hex | AF | 24 | 86 | 0 | 4F | 17 | 1F | 13E | 42 | 29 |
| Octal | 257 | 44 | 206 | 0 | 117 | 27 | 37 | 476 | 102 | 51 |
| Binary | 10101111 | 100100 | 10000110 | 0 | 1001111 | 10111 | 11111 | 100111110 | 1000010 | 101001 |
Color Harmonies of #AF2486
Complementary color
Monochromatic Colors of #AF2486
Black with #AF2486
Text Example
Text Example
White with #AF2486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2486; }
p { color: rgb(175,36,134); }
H1.HeaderClassName
{
color: #AF2486;
}
.AnyTagClassName
{
color: #AF2486;
}
</style>
background-color css
<style>
a { background-color: #AF2486; }
a { background-color: rgb(175,36,134); }
div.DivClassName
{
background-color: #AF2486;
}
.BgClassName
{
background-color: #AF2486;
}
</style>
border-color css
<style>
span { border-color: #AF2486; }
span { border-color: rgb(175,36,134); }
td.TdClassName
{
border-color: #AF2486;
}
.TagClassName
{
border-color: #AF2486;
}
</style>