Shades of Violet Blue #A6529D
Tints of Violet Blue #A6529D
RGB
CMYK
RGB Variations
Color information
#A6529D (or 0xA6529D) is known color: Violet Blue. HEX triplet: A6, 52 and 9D. RGB value is (166,82,157). Sum of RGB (Red+Green+Blue) = 166+82+157=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6529D is #59AD62. Grayscale: #737373. Windows color (decimal): -5877091 or 10310310. OLE color: 10310310.
HSL color Cylindrical-coordinate representation of color #A6529D: hue angle of 306.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6529D is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 157 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.35 |
| HSL | 306.43º | 0.34% | 0.49% | - |
| HSV(B) | 306.43º | 0.51% | 0.65% | - |
| XYZ | 24.83 | 16.58 | 33.79 | - |
| YUV | 115.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 157 | 0 | 0.51 | 0.05 | 0.35 | 306.43 | 0.34 | 0.49 |
| Hex | A6 | 52 | 9D | 0 | 33 | 5 | 23 | 132 | 22 | 31 |
| Octal | 246 | 122 | 235 | 0 | 63 | 5 | 43 | 462 | 42 | 61 |
| Binary | 10100110 | 1010010 | 10011101 | 0 | 110011 | 101 | 100011 | 100110010 | 100010 | 110001 |
Color Harmonies of #A6529D
Complementary color
Monochromatic Colors of #A6529D
Black with #A6529D
Text Example
Text Example
White with #A6529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6529D; }
p { color: rgb(166,82,157); }
H1.HeaderClassName
{
color: #A6529D;
}
.AnyTagClassName
{
color: #A6529D;
}
</style>
background-color css
<style>
a { background-color: #A6529D; }
a { background-color: rgb(166,82,157); }
div.DivClassName
{
background-color: #A6529D;
}
.BgClassName
{
background-color: #A6529D;
}
</style>
border-color css
<style>
span { border-color: #A6529D; }
span { border-color: rgb(166,82,157); }
td.TdClassName
{
border-color: #A6529D;
}
.TagClassName
{
border-color: #A6529D;
}
</style>