Shades of Medium Red Violet #A51E7B
Tints of Medium Red Violet #A51E7B
RGB
CMYK
RGB Variations
Color information
#A51E7B (or 0xA51E7B) is known color: Medium Red Violet. HEX triplet: A5, 1E and 7B. RGB value is (165,30,123). Sum of RGB (Red+Green+Blue) = 165+30+123=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E7B is #5AE184. Grayscale: #505050. Windows color (decimal): -5955973 or 8068773. OLE color: 8068773.
HSL color Cylindrical-coordinate representation of color #A51E7B: hue angle of 318.67º 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 #A51E7B is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 30 | 123 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.35 |
| HSL | 318.67º | 0.69% | 0.38% | - |
| HSV(B) | 318.67º | 0.82% | 0.65% | - |
| XYZ | 19.56 | 10.36 | 19.71 | - |
| YUV | 80.97 | 151.73 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 123 | 0 | 0.82 | 0.25 | 0.35 | 318.67 | 0.69 | 0.38 |
| Hex | A5 | 1E | 7B | 0 | 52 | 19 | 23 | 13F | 45 | 26 |
| Octal | 245 | 36 | 173 | 0 | 122 | 31 | 43 | 477 | 105 | 46 |
| Binary | 10100101 | 11110 | 1111011 | 0 | 1010010 | 11001 | 100011 | 100111111 | 1000101 | 100110 |
Color Harmonies of #A51E7B
Complementary color
Monochromatic Colors of #A51E7B
Black with #A51E7B
Text Example
Text Example
White with #A51E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51E7B; }
p { color: rgb(165,30,123); }
H1.HeaderClassName
{
color: #A51E7B;
}
.AnyTagClassName
{
color: #A51E7B;
}
</style>
background-color css
<style>
a { background-color: #A51E7B; }
a { background-color: rgb(165,30,123); }
div.DivClassName
{
background-color: #A51E7B;
}
.BgClassName
{
background-color: #A51E7B;
}
</style>
border-color css
<style>
span { border-color: #A51E7B; }
span { border-color: rgb(165,30,123); }
td.TdClassName
{
border-color: #A51E7B;
}
.TagClassName
{
border-color: #A51E7B;
}
</style>