Shades of Violet Blue #A6679A
Tints of Violet Blue #A6679A
RGB
CMYK
RGB Variations
Color information
#A6679A (or 0xA6679A) is known color: Violet Blue. HEX triplet: A6, 67 and 9A. RGB value is (166,103,154). Sum of RGB (Red+Green+Blue) = 166+103+154=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6679A is #599865. Grayscale: #7F7F7F. Windows color (decimal): -5871718 or 10119078. OLE color: 10119078.
HSL color Cylindrical-coordinate representation of color #A6679A: hue angle of 311.43º 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 #A6679A is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 154 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.35 |
| HSL | 311.43º | 0.26% | 0.53% | - |
| HSV(B) | 311.43º | 0.38% | 0.65% | - |
| XYZ | 26.41 | 20.14 | 33.07 | - |
| YUV | 127.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 154 | 0 | 0.38 | 0.07 | 0.35 | 311.43 | 0.26 | 0.53 |
| Hex | A6 | 67 | 9A | 0 | 26 | 7 | 23 | 137 | 1A | 35 |
| Octal | 246 | 147 | 232 | 0 | 46 | 7 | 43 | 467 | 32 | 65 |
| Binary | 10100110 | 1100111 | 10011010 | 0 | 100110 | 111 | 100011 | 100110111 | 11010 | 110101 |
Color Harmonies of #A6679A
Complementary color
Monochromatic Colors of #A6679A
Black with #A6679A
Text Example
Text Example
White with #A6679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6679A; }
p { color: rgb(166,103,154); }
H1.HeaderClassName
{
color: #A6679A;
}
.AnyTagClassName
{
color: #A6679A;
}
</style>
background-color css
<style>
a { background-color: #A6679A; }
a { background-color: rgb(166,103,154); }
div.DivClassName
{
background-color: #A6679A;
}
.BgClassName
{
background-color: #A6679A;
}
</style>
border-color css
<style>
span { border-color: #A6679A; }
span { border-color: rgb(166,103,154); }
td.TdClassName
{
border-color: #A6679A;
}
.TagClassName
{
border-color: #A6679A;
}
</style>