Shades of Medium Red Violet #AF248D
Tints of Medium Red Violet #AF248D
RGB
CMYK
RGB Variations
Color information
#AF248D (or 0xAF248D) is known color: Medium Red Violet. HEX triplet: AF, 24 and 8D. RGB value is (175,36,141). Sum of RGB (Red+Green+Blue) = 175+36+141=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF248D is #50DB72. Grayscale: #595959. Windows color (decimal): -5299059 or 9249967. OLE color: 9249967.
HSL color Cylindrical-coordinate representation of color #AF248D: hue angle of 314.68º 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 #AF248D is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 141 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.31 |
| HSL | 314.68º | 0.66% | 0.41% | - |
| HSV(B) | 314.68º | 0.79% | 0.69% | - |
| XYZ | 23.12 | 12.3 | 26.35 | - |
| YUV | 89.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 141 | 0 | 0.79 | 0.19 | 0.31 | 314.68 | 0.66 | 0.41 |
| Hex | AF | 24 | 8D | 0 | 4F | 13 | 1F | 13B | 42 | 29 |
| Octal | 257 | 44 | 215 | 0 | 117 | 23 | 37 | 473 | 102 | 51 |
| Binary | 10101111 | 100100 | 10001101 | 0 | 1001111 | 10011 | 11111 | 100111011 | 1000010 | 101001 |
Color Harmonies of #AF248D
Complementary color
Monochromatic Colors of #AF248D
Black with #AF248D
Text Example
Text Example
White with #AF248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF248D; }
p { color: rgb(175,36,141); }
H1.HeaderClassName
{
color: #AF248D;
}
.AnyTagClassName
{
color: #AF248D;
}
</style>
background-color css
<style>
a { background-color: #AF248D; }
a { background-color: rgb(175,36,141); }
div.DivClassName
{
background-color: #AF248D;
}
.BgClassName
{
background-color: #AF248D;
}
</style>
border-color css
<style>
span { border-color: #AF248D; }
span { border-color: rgb(175,36,141); }
td.TdClassName
{
border-color: #AF248D;
}
.TagClassName
{
border-color: #AF248D;
}
</style>