Shades of Violet Blue #A5549B
Tints of Violet Blue #A5549B
RGB
CMYK
RGB Variations
Color information
#A5549B (or 0xA5549B) is known color: Violet Blue. HEX triplet: A5, 54 and 9B. RGB value is (165,84,155). Sum of RGB (Red+Green+Blue) = 165+84+155=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5549B is #5AAB64. Grayscale: #747474. Windows color (decimal): -5942117 or 10179749. OLE color: 10179749.
HSL color Cylindrical-coordinate representation of color #A5549B: hue angle of 307.41º 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 #A5549B is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 84 | 155 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.35 |
| HSL | 307.41º | 0.33% | 0.49% | - |
| HSV(B) | 307.41º | 0.49% | 0.65% | - |
| XYZ | 24.6 | 16.71 | 32.94 | - |
| YUV | 116.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 155 | 0 | 0.49 | 0.06 | 0.35 | 307.41 | 0.33 | 0.49 |
| Hex | A5 | 54 | 9B | 0 | 31 | 6 | 23 | 133 | 21 | 31 |
| Octal | 245 | 124 | 233 | 0 | 61 | 6 | 43 | 463 | 41 | 61 |
| Binary | 10100101 | 1010100 | 10011011 | 0 | 110001 | 110 | 100011 | 100110011 | 100001 | 110001 |
Color Harmonies of #A5549B
Complementary color
Monochromatic Colors of #A5549B
Black with #A5549B
Text Example
Text Example
White with #A5549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5549B; }
p { color: rgb(165,84,155); }
H1.HeaderClassName
{
color: #A5549B;
}
.AnyTagClassName
{
color: #A5549B;
}
</style>
background-color css
<style>
a { background-color: #A5549B; }
a { background-color: rgb(165,84,155); }
div.DivClassName
{
background-color: #A5549B;
}
.BgClassName
{
background-color: #A5549B;
}
</style>
border-color css
<style>
span { border-color: #A5549B; }
span { border-color: rgb(165,84,155); }
td.TdClassName
{
border-color: #A5549B;
}
.TagClassName
{
border-color: #A5549B;
}
</style>