Shades of Violet Blue #A6539C
Tints of Violet Blue #A6539C
RGB
CMYK
RGB Variations
Color information
#A6539C (or 0xA6539C) is known color: Violet Blue. HEX triplet: A6, 53 and 9C. RGB value is (166,83,156). Sum of RGB (Red+Green+Blue) = 166+83+156=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6539C is #59AC63. Grayscale: #737373. Windows color (decimal): -5876836 or 10245030. OLE color: 10245030.
HSL color Cylindrical-coordinate representation of color #A6539C: hue angle of 307.23º 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 #A6539C is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 156 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.35 |
| HSL | 307.23º | 0.33% | 0.49% | - |
| HSV(B) | 307.23º | 0.5% | 0.65% | - |
| XYZ | 24.82 | 16.69 | 33.37 | - |
| YUV | 116.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 156 | 0 | 0.50 | 0.06 | 0.35 | 307.23 | 0.33 | 0.49 |
| Hex | A6 | 53 | 9C | 0 | 32 | 6 | 23 | 133 | 21 | 31 |
| Octal | 246 | 123 | 234 | 0 | 62 | 6 | 43 | 463 | 41 | 61 |
| Binary | 10100110 | 1010011 | 10011100 | 0 | 110010 | 110 | 100011 | 100110011 | 100001 | 110001 |
Color Harmonies of #A6539C
Complementary color
Monochromatic Colors of #A6539C
Black with #A6539C
Text Example
Text Example
White with #A6539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6539C; }
p { color: rgb(166,83,156); }
H1.HeaderClassName
{
color: #A6539C;
}
.AnyTagClassName
{
color: #A6539C;
}
</style>
background-color css
<style>
a { background-color: #A6539C; }
a { background-color: rgb(166,83,156); }
div.DivClassName
{
background-color: #A6539C;
}
.BgClassName
{
background-color: #A6539C;
}
</style>
border-color css
<style>
span { border-color: #A6539C; }
span { border-color: rgb(166,83,156); }
td.TdClassName
{
border-color: #A6539C;
}
.TagClassName
{
border-color: #A6539C;
}
</style>