Shades of Medium Red Violet #A54088
Tints of Medium Red Violet #A54088
RGB
CMYK
RGB Variations
Color information
#A54088 (or 0xA54088) is known color: Medium Red Violet. HEX triplet: A5, 40 and 88. RGB value is (165,64,136). Sum of RGB (Red+Green+Blue) = 165+64+136=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A54088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54088 is #5ABF77. Grayscale: #666666. Windows color (decimal): -5947256 or 8929445. OLE color: 8929445.
HSL color Cylindrical-coordinate representation of color #A54088: hue angle of 317.23º degrees, saturation: 0.44, 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 #A54088 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 64 | 136 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.35 |
| HSL | 317.23º | 0.44% | 0.45% | - |
| HSV(B) | 317.23º | 0.61% | 0.65% | - |
| XYZ | 21.79 | 13.44 | 24.74 | - |
| YUV | 102.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 136 | 0 | 0.61 | 0.18 | 0.35 | 317.23 | 0.44 | 0.45 |
| Hex | A5 | 40 | 88 | 0 | 3D | 12 | 23 | 13D | 2C | 2D |
| Octal | 245 | 100 | 210 | 0 | 75 | 22 | 43 | 475 | 54 | 55 |
| Binary | 10100101 | 1000000 | 10001000 | 0 | 111101 | 10010 | 100011 | 100111101 | 101100 | 101101 |
Color Harmonies of #A54088
Complementary color
Monochromatic Colors of #A54088
Black with #A54088
Text Example
Text Example
White with #A54088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54088; }
p { color: rgb(165,64,136); }
H1.HeaderClassName
{
color: #A54088;
}
.AnyTagClassName
{
color: #A54088;
}
</style>
background-color css
<style>
a { background-color: #A54088; }
a { background-color: rgb(165,64,136); }
div.DivClassName
{
background-color: #A54088;
}
.BgClassName
{
background-color: #A54088;
}
</style>
border-color css
<style>
span { border-color: #A54088; }
span { border-color: rgb(165,64,136); }
td.TdClassName
{
border-color: #A54088;
}
.TagClassName
{
border-color: #A54088;
}
</style>