Shades of Medium Red Violet #AF248F
Tints of Medium Red Violet #AF248F
RGB
CMYK
RGB Variations
Color information
#AF248F (or 0xAF248F) is known color: Medium Red Violet. HEX triplet: AF, 24 and 8F. RGB value is (175,36,143). Sum of RGB (Red+Green+Blue) = 175+36+143=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF248F is #50DB70. Grayscale: #595959. Windows color (decimal): -5299057 or 9381039. OLE color: 9381039.
HSL color Cylindrical-coordinate representation of color #AF248F: hue angle of 313.81º 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 #AF248F is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 143 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.31 |
| HSL | 313.81º | 0.66% | 0.41% | - |
| HSV(B) | 313.81º | 0.79% | 0.69% | - |
| XYZ | 23.27 | 12.36 | 27.15 | - |
| YUV | 89.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 143 | 0 | 0.79 | 0.18 | 0.31 | 313.81 | 0.66 | 0.41 |
| Hex | AF | 24 | 8F | 0 | 4F | 12 | 1F | 13A | 42 | 29 |
| Octal | 257 | 44 | 217 | 0 | 117 | 22 | 37 | 472 | 102 | 51 |
| Binary | 10101111 | 100100 | 10001111 | 0 | 1001111 | 10010 | 11111 | 100111010 | 1000010 | 101001 |
Color Harmonies of #AF248F
Complementary color
Monochromatic Colors of #AF248F
Black with #AF248F
Text Example
Text Example
White with #AF248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF248F; }
p { color: rgb(175,36,143); }
H1.HeaderClassName
{
color: #AF248F;
}
.AnyTagClassName
{
color: #AF248F;
}
</style>
background-color css
<style>
a { background-color: #AF248F; }
a { background-color: rgb(175,36,143); }
div.DivClassName
{
background-color: #AF248F;
}
.BgClassName
{
background-color: #AF248F;
}
</style>
border-color css
<style>
span { border-color: #AF248F; }
span { border-color: rgb(175,36,143); }
td.TdClassName
{
border-color: #AF248F;
}
.TagClassName
{
border-color: #AF248F;
}
</style>