Shades of Violet Blue #A5548E
Tints of Violet Blue #A5548E
RGB
CMYK
RGB Variations
Color information
#A5548E (or 0xA5548E) is known color: Violet Blue. HEX triplet: A5, 54 and 8E. RGB value is (165,84,142). Sum of RGB (Red+Green+Blue) = 165+84+142=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5548E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5548E is #5AAB71. Grayscale: #727272. Windows color (decimal): -5942130 or 9327781. OLE color: 9327781.
HSL color Cylindrical-coordinate representation of color #A5548E: hue angle of 317.04º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5548E is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 84 | 142 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.35 |
| HSL | 317.04º | 0.33% | 0.49% | - |
| HSV(B) | 317.04º | 0.49% | 0.65% | - |
| XYZ | 23.57 | 16.29 | 27.49 | - |
| YUV | 114.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 142 | 0 | 0.49 | 0.14 | 0.35 | 317.04 | 0.33 | 0.49 |
| Hex | A5 | 54 | 8E | 0 | 31 | E | 23 | 13D | 21 | 31 |
| Octal | 245 | 124 | 216 | 0 | 61 | 16 | 43 | 475 | 41 | 61 |
| Binary | 10100101 | 1010100 | 10001110 | 0 | 110001 | 1110 | 100011 | 100111101 | 100001 | 110001 |
Color Harmonies of #A5548E
Complementary color
Monochromatic Colors of #A5548E
Black with #A5548E
Text Example
Text Example
White with #A5548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5548E; }
p { color: rgb(165,84,142); }
H1.HeaderClassName
{
color: #A5548E;
}
.AnyTagClassName
{
color: #A5548E;
}
</style>
background-color css
<style>
a { background-color: #A5548E; }
a { background-color: rgb(165,84,142); }
div.DivClassName
{
background-color: #A5548E;
}
.BgClassName
{
background-color: #A5548E;
}
</style>
border-color css
<style>
span { border-color: #A5548E; }
span { border-color: rgb(165,84,142); }
td.TdClassName
{
border-color: #A5548E;
}
.TagClassName
{
border-color: #A5548E;
}
</style>