Shades of Violet Blue #A4539B
Tints of Violet Blue #A4539B
RGB
CMYK
RGB Variations
Color information
#A4539B (or 0xA4539B) is known color: Violet Blue. HEX triplet: A4, 53 and 9B. RGB value is (164,83,155). Sum of RGB (Red+Green+Blue) = 164+83+155=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4539B is #5BAC64. Grayscale: #737373. Windows color (decimal): -6007909 or 10179492. OLE color: 10179492.
HSL color Cylindrical-coordinate representation of color #A4539B: hue angle of 306.67º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4539B is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 83 | 155 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.36 |
| HSL | 306.67º | 0.33% | 0.48% | - |
| HSV(B) | 306.67º | 0.49% | 0.64% | - |
| XYZ | 24.32 | 16.45 | 32.9 | - |
| YUV | 115.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 155 | 0 | 0.49 | 0.05 | 0.36 | 306.67 | 0.33 | 0.48 |
| Hex | A4 | 53 | 9B | 0 | 31 | 5 | 24 | 133 | 21 | 30 |
| Octal | 244 | 123 | 233 | 0 | 61 | 5 | 44 | 463 | 41 | 60 |
| Binary | 10100100 | 1010011 | 10011011 | 0 | 110001 | 101 | 100100 | 100110011 | 100001 | 110000 |
Color Harmonies of #A4539B
Complementary color
Monochromatic Colors of #A4539B
Black with #A4539B
Text Example
Text Example
White with #A4539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4539B; }
p { color: rgb(164,83,155); }
H1.HeaderClassName
{
color: #A4539B;
}
.AnyTagClassName
{
color: #A4539B;
}
</style>
background-color css
<style>
a { background-color: #A4539B; }
a { background-color: rgb(164,83,155); }
div.DivClassName
{
background-color: #A4539B;
}
.BgClassName
{
background-color: #A4539B;
}
</style>
border-color css
<style>
span { border-color: #A4539B; }
span { border-color: rgb(164,83,155); }
td.TdClassName
{
border-color: #A4539B;
}
.TagClassName
{
border-color: #A4539B;
}
</style>