Shades of Violet Blue #A4549B
Tints of Violet Blue #A4549B
RGB
CMYK
RGB Variations
Color information
#A4549B (or 0xA4549B) is known color: Violet Blue. HEX triplet: A4, 54 and 9B. RGB value is (164,84,155). Sum of RGB (Red+Green+Blue) = 164+84+155=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4549B is #5BAB64. Grayscale: #737373. Windows color (decimal): -6007653 or 10179748. OLE color: 10179748.
HSL color Cylindrical-coordinate representation of color #A4549B: hue angle of 306.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4549B is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 155 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.36 |
| HSL | 306.75º | 0.32% | 0.49% | - |
| HSV(B) | 306.75º | 0.49% | 0.64% | - |
| XYZ | 24.4 | 16.6 | 32.93 | - |
| YUV | 116.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 155 | 0 | 0.49 | 0.05 | 0.36 | 306.75 | 0.32 | 0.49 |
| Hex | A4 | 54 | 9B | 0 | 31 | 5 | 24 | 133 | 20 | 31 |
| Octal | 244 | 124 | 233 | 0 | 61 | 5 | 44 | 463 | 40 | 61 |
| Binary | 10100100 | 1010100 | 10011011 | 0 | 110001 | 101 | 100100 | 100110011 | 100000 | 110001 |
Color Harmonies of #A4549B
Complementary color
Monochromatic Colors of #A4549B
Black with #A4549B
Text Example
Text Example
White with #A4549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4549B; }
p { color: rgb(164,84,155); }
H1.HeaderClassName
{
color: #A4549B;
}
.AnyTagClassName
{
color: #A4549B;
}
</style>
background-color css
<style>
a { background-color: #A4549B; }
a { background-color: rgb(164,84,155); }
div.DivClassName
{
background-color: #A4549B;
}
.BgClassName
{
background-color: #A4549B;
}
</style>
border-color css
<style>
span { border-color: #A4549B; }
span { border-color: rgb(164,84,155); }
td.TdClassName
{
border-color: #A4549B;
}
.TagClassName
{
border-color: #A4549B;
}
</style>