Shades of Medium Red Violet #A54187
Tints of Medium Red Violet #A54187
RGB
CMYK
RGB Variations
Color information
#A54187 (or 0xA54187) is known color: Medium Red Violet. HEX triplet: A5, 41 and 87. RGB value is (165,65,135). Sum of RGB (Red+Green+Blue) = 165+65+135=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A54187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54187 is #5ABE78. Grayscale: #666666. Windows color (decimal): -5947001 or 8864165. OLE color: 8864165.
HSL color Cylindrical-coordinate representation of color #A54187: hue angle of 318º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54187 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 65 | 135 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.35 |
| HSL | 318º | 0.43% | 0.45% | - |
| HSV(B) | 318º | 0.61% | 0.65% | - |
| XYZ | 21.78 | 13.53 | 24.39 | - |
| YUV | 102.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 135 | 0 | 0.61 | 0.18 | 0.35 | 318 | 0.43 | 0.45 |
| Hex | A5 | 41 | 87 | 0 | 3D | 12 | 23 | 13E | 2B | 2D |
| Octal | 245 | 101 | 207 | 0 | 75 | 22 | 43 | 476 | 53 | 55 |
| Binary | 10100101 | 1000001 | 10000111 | 0 | 111101 | 10010 | 100011 | 100111110 | 101011 | 101101 |
Color Harmonies of #A54187
Complementary color
Monochromatic Colors of #A54187
Black with #A54187
Text Example
Text Example
White with #A54187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54187; }
p { color: rgb(165,65,135); }
H1.HeaderClassName
{
color: #A54187;
}
.AnyTagClassName
{
color: #A54187;
}
</style>
background-color css
<style>
a { background-color: #A54187; }
a { background-color: rgb(165,65,135); }
div.DivClassName
{
background-color: #A54187;
}
.BgClassName
{
background-color: #A54187;
}
</style>
border-color css
<style>
span { border-color: #A54187; }
span { border-color: rgb(165,65,135); }
td.TdClassName
{
border-color: #A54187;
}
.TagClassName
{
border-color: #A54187;
}
</style>