Shades of Violet Blue #A6689B
Tints of Violet Blue #A6689B
RGB
CMYK
RGB Variations
Color information
#A6689B (or 0xA6689B) is known color: Violet Blue. HEX triplet: A6, 68 and 9B. RGB value is (166,104,155). Sum of RGB (Red+Green+Blue) = 166+104+155=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6689B is #599764. Grayscale: #808080. Windows color (decimal): -5871461 or 10184870. OLE color: 10184870.
HSL color Cylindrical-coordinate representation of color #A6689B: hue angle of 310.65º 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 #A6689B is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 155 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.35 |
| HSL | 310.65º | 0.26% | 0.53% | - |
| HSV(B) | 310.65º | 0.37% | 0.65% | - |
| XYZ | 26.59 | 20.37 | 33.54 | - |
| YUV | 128.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 155 | 0 | 0.37 | 0.07 | 0.35 | 310.65 | 0.26 | 0.53 |
| Hex | A6 | 68 | 9B | 0 | 25 | 7 | 23 | 137 | 1A | 35 |
| Octal | 246 | 150 | 233 | 0 | 45 | 7 | 43 | 467 | 32 | 65 |
| Binary | 10100110 | 1101000 | 10011011 | 0 | 100101 | 111 | 100011 | 100110111 | 11010 | 110101 |
Color Harmonies of #A6689B
Complementary color
Monochromatic Colors of #A6689B
Black with #A6689B
Text Example
Text Example
White with #A6689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6689B; }
p { color: rgb(166,104,155); }
H1.HeaderClassName
{
color: #A6689B;
}
.AnyTagClassName
{
color: #A6689B;
}
</style>
background-color css
<style>
a { background-color: #A6689B; }
a { background-color: rgb(166,104,155); }
div.DivClassName
{
background-color: #A6689B;
}
.BgClassName
{
background-color: #A6689B;
}
</style>
border-color css
<style>
span { border-color: #A6689B; }
span { border-color: rgb(166,104,155); }
td.TdClassName
{
border-color: #A6689B;
}
.TagClassName
{
border-color: #A6689B;
}
</style>