Shades of Violet Blue #A6699B
Tints of Violet Blue #A6699B
RGB
CMYK
RGB Variations
Color information
#A6699B (or 0xA6699B) is known color: Violet Blue. HEX triplet: A6, 69 and 9B. RGB value is (166,105,155). Sum of RGB (Red+Green+Blue) = 166+105+155=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A6699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6699B is #599664. Grayscale: #808080. Windows color (decimal): -5871205 or 10185126. OLE color: 10185126.
HSL color Cylindrical-coordinate representation of color #A6699B: hue angle of 310.82º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6699B is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 105 | 155 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.35 |
| HSL | 310.82º | 0.26% | 0.53% | - |
| HSV(B) | 310.82º | 0.37% | 0.65% | - |
| XYZ | 26.69 | 20.58 | 33.58 | - |
| YUV | 128.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 155 | 0 | 0.37 | 0.07 | 0.35 | 310.82 | 0.26 | 0.53 |
| Hex | A6 | 69 | 9B | 0 | 25 | 7 | 23 | 137 | 1A | 35 |
| Octal | 246 | 151 | 233 | 0 | 45 | 7 | 43 | 467 | 32 | 65 |
| Binary | 10100110 | 1101001 | 10011011 | 0 | 100101 | 111 | 100011 | 100110111 | 11010 | 110101 |
Color Harmonies of #A6699B
Complementary color
Monochromatic Colors of #A6699B
Black with #A6699B
Text Example
Text Example
White with #A6699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6699B; }
p { color: rgb(166,105,155); }
H1.HeaderClassName
{
color: #A6699B;
}
.AnyTagClassName
{
color: #A6699B;
}
</style>
background-color css
<style>
a { background-color: #A6699B; }
a { background-color: rgb(166,105,155); }
div.DivClassName
{
background-color: #A6699B;
}
.BgClassName
{
background-color: #A6699B;
}
</style>
border-color css
<style>
span { border-color: #A6699B; }
span { border-color: rgb(166,105,155); }
td.TdClassName
{
border-color: #A6699B;
}
.TagClassName
{
border-color: #A6699B;
}
</style>