Shades of Medium Red Violet #A51E8F
Tints of Medium Red Violet #A51E8F
RGB
CMYK
RGB Variations
Color information
#A51E8F (or 0xA51E8F) is known color: Medium Red Violet. HEX triplet: A5, 1E and 8F. RGB value is (165,30,143). Sum of RGB (Red+Green+Blue) = 165+30+143=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51E8F is #5AE170. Grayscale: #525252. Windows color (decimal): -5955953 or 9379493. OLE color: 9379493.
HSL color Cylindrical-coordinate representation of color #A51E8F: hue angle of 309.78º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E8F is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 30 | 143 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.35 |
| HSL | 309.78º | 0.69% | 0.38% | - |
| HSV(B) | 309.78º | 0.82% | 0.65% | - |
| XYZ | 20.94 | 10.91 | 26.99 | - |
| YUV | 83.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 143 | 0 | 0.82 | 0.13 | 0.35 | 309.78 | 0.69 | 0.38 |
| Hex | A5 | 1E | 8F | 0 | 52 | D | 23 | 136 | 45 | 26 |
| Octal | 245 | 36 | 217 | 0 | 122 | 15 | 43 | 466 | 105 | 46 |
| Binary | 10100101 | 11110 | 10001111 | 0 | 1010010 | 1101 | 100011 | 100110110 | 1000101 | 100110 |
Color Harmonies of #A51E8F
Complementary color
Monochromatic Colors of #A51E8F
Black with #A51E8F
Text Example
Text Example
White with #A51E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51E8F; }
p { color: rgb(165,30,143); }
H1.HeaderClassName
{
color: #A51E8F;
}
.AnyTagClassName
{
color: #A51E8F;
}
</style>
background-color css
<style>
a { background-color: #A51E8F; }
a { background-color: rgb(165,30,143); }
div.DivClassName
{
background-color: #A51E8F;
}
.BgClassName
{
background-color: #A51E8F;
}
</style>
border-color css
<style>
span { border-color: #A51E8F; }
span { border-color: rgb(165,30,143); }
td.TdClassName
{
border-color: #A51E8F;
}
.TagClassName
{
border-color: #A51E8F;
}
</style>