Shades of Medium Red Violet #AF248E
Tints of Medium Red Violet #AF248E
RGB
CMYK
RGB Variations
Color information
#AF248E (or 0xAF248E) is known color: Medium Red Violet. HEX triplet: AF, 24 and 8E. RGB value is (175,36,142). Sum of RGB (Red+Green+Blue) = 175+36+142=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF248E is #50DB71. Grayscale: #595959. Windows color (decimal): -5299058 or 9315503. OLE color: 9315503.
HSL color Cylindrical-coordinate representation of color #AF248E: hue angle of 314.24º 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 #AF248E is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 142 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.31 |
| HSL | 314.24º | 0.66% | 0.41% | - |
| HSV(B) | 314.24º | 0.79% | 0.69% | - |
| XYZ | 23.19 | 12.33 | 26.75 | - |
| YUV | 89.65 | 157.55 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 142 | 0 | 0.79 | 0.19 | 0.31 | 314.24 | 0.66 | 0.41 |
| Hex | AF | 24 | 8E | 0 | 4F | 13 | 1F | 13A | 42 | 29 |
| Octal | 257 | 44 | 216 | 0 | 117 | 23 | 37 | 472 | 102 | 51 |
| Binary | 10101111 | 100100 | 10001110 | 0 | 1001111 | 10011 | 11111 | 100111010 | 1000010 | 101001 |
Color Harmonies of #AF248E
Complementary color
Monochromatic Colors of #AF248E
Black with #AF248E
Text Example
Text Example
White with #AF248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF248E; }
p { color: rgb(175,36,142); }
H1.HeaderClassName
{
color: #AF248E;
}
.AnyTagClassName
{
color: #AF248E;
}
</style>
background-color css
<style>
a { background-color: #AF248E; }
a { background-color: rgb(175,36,142); }
div.DivClassName
{
background-color: #AF248E;
}
.BgClassName
{
background-color: #AF248E;
}
</style>
border-color css
<style>
span { border-color: #AF248E; }
span { border-color: rgb(175,36,142); }
td.TdClassName
{
border-color: #AF248E;
}
.TagClassName
{
border-color: #AF248E;
}
</style>