Shades of Medium Red Violet #AF1F8F
Tints of Medium Red Violet #AF1F8F
RGB
CMYK
RGB Variations
Color information
#AF1F8F (or 0xAF1F8F) is known color: Medium Red Violet. HEX triplet: AF, 1F and 8F. RGB value is (175,31,143). Sum of RGB (Red+Green+Blue) = 175+31+143=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1F8F is #50E070. Grayscale: #565656. Windows color (decimal): -5300337 or 9379759. OLE color: 9379759.
HSL color Cylindrical-coordinate representation of color #AF1F8F: hue angle of 313.33º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1F8F is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 143 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.31 |
| HSL | 313.33º | 0.7% | 0.4% | - |
| HSV(B) | 313.33º | 0.82% | 0.69% | - |
| XYZ | 23.13 | 12.08 | 27.1 | - |
| YUV | 86.82 | 159.71 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 143 | 0 | 0.82 | 0.18 | 0.31 | 313.33 | 0.7 | 0.4 |
| Hex | AF | 1F | 8F | 0 | 52 | 12 | 1F | 139 | 46 | 28 |
| Octal | 257 | 37 | 217 | 0 | 122 | 22 | 37 | 471 | 106 | 50 |
| Binary | 10101111 | 11111 | 10001111 | 0 | 1010010 | 10010 | 11111 | 100111001 | 1000110 | 101000 |
Color Harmonies of #AF1F8F
Complementary color
Monochromatic Colors of #AF1F8F
Black with #AF1F8F
Text Example
Text Example
White with #AF1F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1F8F; }
p { color: rgb(175,31,143); }
H1.HeaderClassName
{
color: #AF1F8F;
}
.AnyTagClassName
{
color: #AF1F8F;
}
</style>
background-color css
<style>
a { background-color: #AF1F8F; }
a { background-color: rgb(175,31,143); }
div.DivClassName
{
background-color: #AF1F8F;
}
.BgClassName
{
background-color: #AF1F8F;
}
</style>
border-color css
<style>
span { border-color: #AF1F8F; }
span { border-color: rgb(175,31,143); }
td.TdClassName
{
border-color: #AF1F8F;
}
.TagClassName
{
border-color: #AF1F8F;
}
</style>