Shades of Violet Blue #A6539A
Tints of Violet Blue #A6539A
RGB
CMYK
RGB Variations
Color information
#A6539A (or 0xA6539A) is known color: Violet Blue. HEX triplet: A6, 53 and 9A. RGB value is (166,83,154). Sum of RGB (Red+Green+Blue) = 166+83+154=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6539A is #59AC65. Grayscale: #737373. Windows color (decimal): -5876838 or 10113958. OLE color: 10113958.
HSL color Cylindrical-coordinate representation of color #A6539A: hue angle of 308.67º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6539A is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 154 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.35 |
| HSL | 308.67º | 0.33% | 0.49% | - |
| HSV(B) | 308.67º | 0.5% | 0.65% | - |
| XYZ | 24.65 | 16.63 | 32.48 | - |
| YUV | 115.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 154 | 0 | 0.50 | 0.07 | 0.35 | 308.67 | 0.33 | 0.49 |
| Hex | A6 | 53 | 9A | 0 | 32 | 7 | 23 | 135 | 21 | 31 |
| Octal | 246 | 123 | 232 | 0 | 62 | 7 | 43 | 465 | 41 | 61 |
| Binary | 10100110 | 1010011 | 10011010 | 0 | 110010 | 111 | 100011 | 100110101 | 100001 | 110001 |
Color Harmonies of #A6539A
Complementary color
Monochromatic Colors of #A6539A
Black with #A6539A
Text Example
Text Example
White with #A6539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6539A; }
p { color: rgb(166,83,154); }
H1.HeaderClassName
{
color: #A6539A;
}
.AnyTagClassName
{
color: #A6539A;
}
</style>
background-color css
<style>
a { background-color: #A6539A; }
a { background-color: rgb(166,83,154); }
div.DivClassName
{
background-color: #A6539A;
}
.BgClassName
{
background-color: #A6539A;
}
</style>
border-color css
<style>
span { border-color: #A6539A; }
span { border-color: rgb(166,83,154); }
td.TdClassName
{
border-color: #A6539A;
}
.TagClassName
{
border-color: #A6539A;
}
</style>