Shades of Medium Red Violet #A5488E
Tints of Medium Red Violet #A5488E
RGB
CMYK
RGB Variations
Color information
#A5488E (or 0xA5488E) is known color: Medium Red Violet. HEX triplet: A5, 48 and 8E. RGB value is (165,72,142). Sum of RGB (Red+Green+Blue) = 165+72+142=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5488E is #5AB771. Grayscale: #6B6B6B. Windows color (decimal): -5945202 or 9324709. OLE color: 9324709.
HSL color Cylindrical-coordinate representation of color #A5488E: hue angle of 314.84º 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 #A5488E is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 72 | 142 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.35 |
| HSL | 314.84º | 0.39% | 0.46% | - |
| HSV(B) | 314.84º | 0.56% | 0.65% | - |
| XYZ | 22.72 | 14.59 | 27.21 | - |
| YUV | 107.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 142 | 0 | 0.56 | 0.14 | 0.35 | 314.84 | 0.39 | 0.46 |
| Hex | A5 | 48 | 8E | 0 | 38 | E | 23 | 13B | 27 | 2E |
| Octal | 245 | 110 | 216 | 0 | 70 | 16 | 43 | 473 | 47 | 56 |
| Binary | 10100101 | 1001000 | 10001110 | 0 | 111000 | 1110 | 100011 | 100111011 | 100111 | 101110 |
Color Harmonies of #A5488E
Complementary color
Monochromatic Colors of #A5488E
Black with #A5488E
Text Example
Text Example
White with #A5488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5488E; }
p { color: rgb(165,72,142); }
H1.HeaderClassName
{
color: #A5488E;
}
.AnyTagClassName
{
color: #A5488E;
}
</style>
background-color css
<style>
a { background-color: #A5488E; }
a { background-color: rgb(165,72,142); }
div.DivClassName
{
background-color: #A5488E;
}
.BgClassName
{
background-color: #A5488E;
}
</style>
border-color css
<style>
span { border-color: #A5488E; }
span { border-color: rgb(165,72,142); }
td.TdClassName
{
border-color: #A5488E;
}
.TagClassName
{
border-color: #A5488E;
}
</style>