Shades of Violet Blue #A6679B
Tints of Violet Blue #A6679B
RGB
CMYK
RGB Variations
Color information
#A6679B (or 0xA6679B) is known color: Violet Blue. HEX triplet: A6, 67 and 9B. RGB value is (166,103,155). Sum of RGB (Red+Green+Blue) = 166+103+155=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A6679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6679B is #599864. Grayscale: #7F7F7F. Windows color (decimal): -5871717 or 10184614. OLE color: 10184614.
HSL color Cylindrical-coordinate representation of color #A6679B: hue angle of 310.48º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6679B is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 155 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.35 |
| HSL | 310.48º | 0.26% | 0.53% | - |
| HSV(B) | 310.48º | 0.38% | 0.65% | - |
| XYZ | 26.49 | 20.17 | 33.51 | - |
| YUV | 127.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 155 | 0 | 0.38 | 0.07 | 0.35 | 310.48 | 0.26 | 0.53 |
| Hex | A6 | 67 | 9B | 0 | 26 | 7 | 23 | 136 | 1A | 35 |
| Octal | 246 | 147 | 233 | 0 | 46 | 7 | 43 | 466 | 32 | 65 |
| Binary | 10100110 | 1100111 | 10011011 | 0 | 100110 | 111 | 100011 | 100110110 | 11010 | 110101 |
Color Harmonies of #A6679B
Complementary color
Monochromatic Colors of #A6679B
Black with #A6679B
Text Example
Text Example
White with #A6679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6679B; }
p { color: rgb(166,103,155); }
H1.HeaderClassName
{
color: #A6679B;
}
.AnyTagClassName
{
color: #A6679B;
}
</style>
background-color css
<style>
a { background-color: #A6679B; }
a { background-color: rgb(166,103,155); }
div.DivClassName
{
background-color: #A6679B;
}
.BgClassName
{
background-color: #A6679B;
}
</style>
border-color css
<style>
span { border-color: #A6679B; }
span { border-color: rgb(166,103,155); }
td.TdClassName
{
border-color: #A6679B;
}
.TagClassName
{
border-color: #A6679B;
}
</style>