Shades of Violet Blue #A6529B
Tints of Violet Blue #A6529B
RGB
CMYK
RGB Variations
Color information
#A6529B (or 0xA6529B) is known color: Violet Blue. HEX triplet: A6, 52 and 9B. RGB value is (166,82,155). Sum of RGB (Red+Green+Blue) = 166+82+155=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6529B is #59AD64. Grayscale: #737373. Windows color (decimal): -5877093 or 10179238. OLE color: 10179238.
HSL color Cylindrical-coordinate representation of color #A6529B: hue angle of 307.86º 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 #A6529B is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 155 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.35 |
| HSL | 307.86º | 0.34% | 0.49% | - |
| HSV(B) | 307.86º | 0.51% | 0.65% | - |
| XYZ | 24.66 | 16.51 | 32.9 | - |
| YUV | 115.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 155 | 0 | 0.51 | 0.07 | 0.35 | 307.86 | 0.34 | 0.49 |
| Hex | A6 | 52 | 9B | 0 | 33 | 7 | 23 | 134 | 22 | 31 |
| Octal | 246 | 122 | 233 | 0 | 63 | 7 | 43 | 464 | 42 | 61 |
| Binary | 10100110 | 1010010 | 10011011 | 0 | 110011 | 111 | 100011 | 100110100 | 100010 | 110001 |
Color Harmonies of #A6529B
Complementary color
Monochromatic Colors of #A6529B
Black with #A6529B
Text Example
Text Example
White with #A6529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6529B; }
p { color: rgb(166,82,155); }
H1.HeaderClassName
{
color: #A6529B;
}
.AnyTagClassName
{
color: #A6529B;
}
</style>
background-color css
<style>
a { background-color: #A6529B; }
a { background-color: rgb(166,82,155); }
div.DivClassName
{
background-color: #A6529B;
}
.BgClassName
{
background-color: #A6529B;
}
</style>
border-color css
<style>
span { border-color: #A6529B; }
span { border-color: rgb(166,82,155); }
td.TdClassName
{
border-color: #A6529B;
}
.TagClassName
{
border-color: #A6529B;
}
</style>