Shades of Medium Red Violet #A54888
Tints of Medium Red Violet #A54888
RGB
CMYK
RGB Variations
Color information
#A54888 (or 0xA54888) is known color: Medium Red Violet. HEX triplet: A5, 48 and 88. RGB value is (165,72,136). Sum of RGB (Red+Green+Blue) = 165+72+136=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A54888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54888 is #5AB777. Grayscale: #6A6A6A. Windows color (decimal): -5945208 or 8931493. OLE color: 8931493.
HSL color Cylindrical-coordinate representation of color #A54888: hue angle of 318.71º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54888 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 72 | 136 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.35 |
| HSL | 318.71º | 0.39% | 0.46% | - |
| HSV(B) | 318.71º | 0.56% | 0.65% | - |
| XYZ | 22.28 | 14.41 | 24.9 | - |
| YUV | 107.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 136 | 0 | 0.56 | 0.18 | 0.35 | 318.71 | 0.39 | 0.46 |
| Hex | A5 | 48 | 88 | 0 | 38 | 12 | 23 | 13F | 27 | 2E |
| Octal | 245 | 110 | 210 | 0 | 70 | 22 | 43 | 477 | 47 | 56 |
| Binary | 10100101 | 1001000 | 10001000 | 0 | 111000 | 10010 | 100011 | 100111111 | 100111 | 101110 |
Color Harmonies of #A54888
Complementary color
Monochromatic Colors of #A54888
Black with #A54888
Text Example
Text Example
White with #A54888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54888; }
p { color: rgb(165,72,136); }
H1.HeaderClassName
{
color: #A54888;
}
.AnyTagClassName
{
color: #A54888;
}
</style>
background-color css
<style>
a { background-color: #A54888; }
a { background-color: rgb(165,72,136); }
div.DivClassName
{
background-color: #A54888;
}
.BgClassName
{
background-color: #A54888;
}
</style>
border-color css
<style>
span { border-color: #A54888; }
span { border-color: rgb(165,72,136); }
td.TdClassName
{
border-color: #A54888;
}
.TagClassName
{
border-color: #A54888;
}
</style>