Shades of Violet Blue #A4549A
Tints of Violet Blue #A4549A
RGB
CMYK
RGB Variations
Color information
#A4549A (or 0xA4549A) is known color: Violet Blue. HEX triplet: A4, 54 and 9A. RGB value is (164,84,154). Sum of RGB (Red+Green+Blue) = 164+84+154=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4549A is #5BAB65. Grayscale: #737373. Windows color (decimal): -6007654 or 10114212. OLE color: 10114212.
HSL color Cylindrical-coordinate representation of color #A4549A: hue angle of 307.5º 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 #A4549A is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 154 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.36 |
| HSL | 307.5º | 0.32% | 0.49% | - |
| HSV(B) | 307.5º | 0.49% | 0.64% | - |
| XYZ | 24.31 | 16.57 | 32.49 | - |
| YUV | 115.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 154 | 0 | 0.49 | 0.06 | 0.36 | 307.5 | 0.32 | 0.49 |
| Hex | A4 | 54 | 9A | 0 | 31 | 6 | 24 | 134 | 20 | 31 |
| Octal | 244 | 124 | 232 | 0 | 61 | 6 | 44 | 464 | 40 | 61 |
| Binary | 10100100 | 1010100 | 10011010 | 0 | 110001 | 110 | 100100 | 100110100 | 100000 | 110001 |
Color Harmonies of #A4549A
Complementary color
Monochromatic Colors of #A4549A
Black with #A4549A
Text Example
Text Example
White with #A4549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4549A; }
p { color: rgb(164,84,154); }
H1.HeaderClassName
{
color: #A4549A;
}
.AnyTagClassName
{
color: #A4549A;
}
</style>
background-color css
<style>
a { background-color: #A4549A; }
a { background-color: rgb(164,84,154); }
div.DivClassName
{
background-color: #A4549A;
}
.BgClassName
{
background-color: #A4549A;
}
</style>
border-color css
<style>
span { border-color: #A4549A; }
span { border-color: rgb(164,84,154); }
td.TdClassName
{
border-color: #A4549A;
}
.TagClassName
{
border-color: #A4549A;
}
</style>