Shades of Violet Blue #A8539B
Tints of Violet Blue #A8539B
RGB
CMYK
RGB Variations
Color information
#A8539B (or 0xA8539B) is known color: Violet Blue. HEX triplet: A8, 53 and 9B. RGB value is (168,83,155). Sum of RGB (Red+Green+Blue) = 168+83+155=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A8539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8539B is #57AC64. Grayscale: #747474. Windows color (decimal): -5745765 or 10179496. OLE color: 10179496.
HSL color Cylindrical-coordinate representation of color #A8539B: hue angle of 309.18º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8539B is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 155 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.34 |
| HSL | 309.18º | 0.34% | 0.49% | - |
| HSV(B) | 309.18º | 0.51% | 0.66% | - |
| XYZ | 25.16 | 16.88 | 32.94 | - |
| YUV | 116.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 155 | 0 | 0.51 | 0.08 | 0.34 | 309.18 | 0.34 | 0.49 |
| Hex | A8 | 53 | 9B | 0 | 33 | 8 | 22 | 135 | 22 | 31 |
| Octal | 250 | 123 | 233 | 0 | 63 | 10 | 42 | 465 | 42 | 61 |
| Binary | 10101000 | 1010011 | 10011011 | 0 | 110011 | 1000 | 100010 | 100110101 | 100010 | 110001 |
Color Harmonies of #A8539B
Complementary color
Monochromatic Colors of #A8539B
Black with #A8539B
Text Example
Text Example
White with #A8539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8539B; }
p { color: rgb(168,83,155); }
H1.HeaderClassName
{
color: #A8539B;
}
.AnyTagClassName
{
color: #A8539B;
}
</style>
background-color css
<style>
a { background-color: #A8539B; }
a { background-color: rgb(168,83,155); }
div.DivClassName
{
background-color: #A8539B;
}
.BgClassName
{
background-color: #A8539B;
}
</style>
border-color css
<style>
span { border-color: #A8539B; }
span { border-color: rgb(168,83,155); }
td.TdClassName
{
border-color: #A8539B;
}
.TagClassName
{
border-color: #A8539B;
}
</style>