Shades of Medium Red Violet #AF259F
Tints of Medium Red Violet #AF259F
RGB
CMYK
RGB Variations
Color information
#AF259F (or 0xAF259F) is known color: Medium Red Violet. HEX triplet: AF, 25 and 9F. RGB value is (175,37,159). Sum of RGB (Red+Green+Blue) = 175+37+159=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF259F is #50DA60. Grayscale: #5B5B5B. Windows color (decimal): -5298785 or 10429871. OLE color: 10429871.
HSL color Cylindrical-coordinate representation of color #AF259F: hue angle of 306.96º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF259F is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 159 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.31 |
| HSL | 306.96º | 0.65% | 0.42% | - |
| HSV(B) | 306.96º | 0.79% | 0.69% | - |
| XYZ | 24.6 | 12.94 | 34 | - |
| YUV | 92.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 159 | 0 | 0.79 | 0.09 | 0.31 | 306.96 | 0.65 | 0.42 |
| Hex | AF | 25 | 9F | 0 | 4F | 9 | 1F | 133 | 41 | 2A |
| Octal | 257 | 45 | 237 | 0 | 117 | 11 | 37 | 463 | 101 | 52 |
| Binary | 10101111 | 100101 | 10011111 | 0 | 1001111 | 1001 | 11111 | 100110011 | 1000001 | 101010 |
Color Harmonies of #AF259F
Complementary color
Monochromatic Colors of #AF259F
Black with #AF259F
Text Example
Text Example
White with #AF259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF259F; }
p { color: rgb(175,37,159); }
H1.HeaderClassName
{
color: #AF259F;
}
.AnyTagClassName
{
color: #AF259F;
}
</style>
background-color css
<style>
a { background-color: #AF259F; }
a { background-color: rgb(175,37,159); }
div.DivClassName
{
background-color: #AF259F;
}
.BgClassName
{
background-color: #AF259F;
}
</style>
border-color css
<style>
span { border-color: #AF259F; }
span { border-color: rgb(175,37,159); }
td.TdClassName
{
border-color: #AF259F;
}
.TagClassName
{
border-color: #AF259F;
}
</style>