Shades of Medium Red Violet #AF1E81
Tints of Medium Red Violet #AF1E81
RGB
CMYK
RGB Variations
Color information
#AF1E81 (or 0xAF1E81) is known color: Medium Red Violet. HEX triplet: AF, 1E and 81. RGB value is (175,30,129). Sum of RGB (Red+Green+Blue) = 175+30+129=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1E81 is #50E17E. Grayscale: #545454. Windows color (decimal): -5300607 or 8461999. OLE color: 8461999.
HSL color Cylindrical-coordinate representation of color #AF1E81: hue angle of 319.03º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1E81 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 30 | 129 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.31 |
| HSL | 319.03º | 0.71% | 0.4% | - |
| HSV(B) | 319.03º | 0.83% | 0.69% | - |
| XYZ | 22.11 | 11.63 | 21.85 | - |
| YUV | 84.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 129 | 0 | 0.83 | 0.26 | 0.31 | 319.03 | 0.71 | 0.4 |
| Hex | AF | 1E | 81 | 0 | 53 | 1A | 1F | 13F | 47 | 28 |
| Octal | 257 | 36 | 201 | 0 | 123 | 32 | 37 | 477 | 107 | 50 |
| Binary | 10101111 | 11110 | 10000001 | 0 | 1010011 | 11010 | 11111 | 100111111 | 1000111 | 101000 |
Color Harmonies of #AF1E81
Complementary color
Monochromatic Colors of #AF1E81
Black with #AF1E81
Text Example
Text Example
White with #AF1E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1E81; }
p { color: rgb(175,30,129); }
H1.HeaderClassName
{
color: #AF1E81;
}
.AnyTagClassName
{
color: #AF1E81;
}
</style>
background-color css
<style>
a { background-color: #AF1E81; }
a { background-color: rgb(175,30,129); }
div.DivClassName
{
background-color: #AF1E81;
}
.BgClassName
{
background-color: #AF1E81;
}
</style>
border-color css
<style>
span { border-color: #AF1E81; }
span { border-color: rgb(175,30,129); }
td.TdClassName
{
border-color: #AF1E81;
}
.TagClassName
{
border-color: #AF1E81;
}
</style>