Shades of Medium Red Violet #A51E7D
Tints of Medium Red Violet #A51E7D
RGB
CMYK
RGB Variations
Color information
#A51E7D (or 0xA51E7D) is known color: Medium Red Violet. HEX triplet: A5, 1E and 7D. RGB value is (165,30,125). Sum of RGB (Red+Green+Blue) = 165+30+125=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E7D is #5AE182. Grayscale: #505050. Windows color (decimal): -5955971 or 8199845. OLE color: 8199845.
HSL color Cylindrical-coordinate representation of color #A51E7D: hue angle of 317.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 #A51E7D is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 30 | 125 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.35 |
| HSL | 317.78º | 0.69% | 0.38% | - |
| HSV(B) | 317.78º | 0.82% | 0.65% | - |
| XYZ | 19.68 | 10.41 | 20.37 | - |
| YUV | 81.2 | 152.73 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 125 | 0 | 0.82 | 0.24 | 0.35 | 317.78 | 0.69 | 0.38 |
| Hex | A5 | 1E | 7D | 0 | 52 | 18 | 23 | 13E | 45 | 26 |
| Octal | 245 | 36 | 175 | 0 | 122 | 30 | 43 | 476 | 105 | 46 |
| Binary | 10100101 | 11110 | 1111101 | 0 | 1010010 | 11000 | 100011 | 100111110 | 1000101 | 100110 |
Color Harmonies of #A51E7D
Complementary color
Monochromatic Colors of #A51E7D
Black with #A51E7D
Text Example
Text Example
White with #A51E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51E7D; }
p { color: rgb(165,30,125); }
H1.HeaderClassName
{
color: #A51E7D;
}
.AnyTagClassName
{
color: #A51E7D;
}
</style>
background-color css
<style>
a { background-color: #A51E7D; }
a { background-color: rgb(165,30,125); }
div.DivClassName
{
background-color: #A51E7D;
}
.BgClassName
{
background-color: #A51E7D;
}
</style>
border-color css
<style>
span { border-color: #A51E7D; }
span { border-color: rgb(165,30,125); }
td.TdClassName
{
border-color: #A51E7D;
}
.TagClassName
{
border-color: #A51E7D;
}
</style>