Shades of Medium Red Violet #AF258D
Tints of Medium Red Violet #AF258D
RGB
CMYK
RGB Variations
Color information
#AF258D (or 0xAF258D) is known color: Medium Red Violet. HEX triplet: AF, 25 and 8D. RGB value is (175,37,141). Sum of RGB (Red+Green+Blue) = 175+37+141=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF258D is #50DA72. Grayscale: #595959. Windows color (decimal): -5298803 or 9250223. OLE color: 9250223.
HSL color Cylindrical-coordinate representation of color #AF258D: hue angle of 314.78º 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 #AF258D is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 141 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.31 |
| HSL | 314.78º | 0.65% | 0.42% | - |
| HSV(B) | 314.78º | 0.79% | 0.69% | - |
| XYZ | 23.15 | 12.36 | 26.37 | - |
| YUV | 90.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 141 | 0 | 0.79 | 0.19 | 0.31 | 314.78 | 0.65 | 0.42 |
| Hex | AF | 25 | 8D | 0 | 4F | 13 | 1F | 13B | 41 | 2A |
| Octal | 257 | 45 | 215 | 0 | 117 | 23 | 37 | 473 | 101 | 52 |
| Binary | 10101111 | 100101 | 10001101 | 0 | 1001111 | 10011 | 11111 | 100111011 | 1000001 | 101010 |
Color Harmonies of #AF258D
Complementary color
Monochromatic Colors of #AF258D
Black with #AF258D
Text Example
Text Example
White with #AF258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF258D; }
p { color: rgb(175,37,141); }
H1.HeaderClassName
{
color: #AF258D;
}
.AnyTagClassName
{
color: #AF258D;
}
</style>
background-color css
<style>
a { background-color: #AF258D; }
a { background-color: rgb(175,37,141); }
div.DivClassName
{
background-color: #AF258D;
}
.BgClassName
{
background-color: #AF258D;
}
</style>
border-color css
<style>
span { border-color: #AF258D; }
span { border-color: rgb(175,37,141); }
td.TdClassName
{
border-color: #AF258D;
}
.TagClassName
{
border-color: #AF258D;
}
</style>