Shades of Violet Blue #A6699D
Tints of Violet Blue #A6699D
RGB
CMYK
RGB Variations
Color information
#A6699D (or 0xA6699D) is known color: Violet Blue. HEX triplet: A6, 69 and 9D. RGB value is (166,105,157). Sum of RGB (Red+Green+Blue) = 166+105+157=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A6699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6699D is #599662. Grayscale: #818181. Windows color (decimal): -5871203 or 10316198. OLE color: 10316198.
HSL color Cylindrical-coordinate representation of color #A6699D: hue angle of 308.85º 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 #A6699D is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 105 | 157 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.35 |
| HSL | 308.85º | 0.26% | 0.53% | - |
| HSV(B) | 308.85º | 0.37% | 0.65% | - |
| XYZ | 26.86 | 20.64 | 34.47 | - |
| YUV | 129.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 157 | 0 | 0.37 | 0.05 | 0.35 | 308.85 | 0.26 | 0.53 |
| Hex | A6 | 69 | 9D | 0 | 25 | 5 | 23 | 135 | 1A | 35 |
| Octal | 246 | 151 | 235 | 0 | 45 | 5 | 43 | 465 | 32 | 65 |
| Binary | 10100110 | 1101001 | 10011101 | 0 | 100101 | 101 | 100011 | 100110101 | 11010 | 110101 |
Color Harmonies of #A6699D
Complementary color
Monochromatic Colors of #A6699D
Black with #A6699D
Text Example
Text Example
White with #A6699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6699D; }
p { color: rgb(166,105,157); }
H1.HeaderClassName
{
color: #A6699D;
}
.AnyTagClassName
{
color: #A6699D;
}
</style>
background-color css
<style>
a { background-color: #A6699D; }
a { background-color: rgb(166,105,157); }
div.DivClassName
{
background-color: #A6699D;
}
.BgClassName
{
background-color: #A6699D;
}
</style>
border-color css
<style>
span { border-color: #A6699D; }
span { border-color: rgb(166,105,157); }
td.TdClassName
{
border-color: #A6699D;
}
.TagClassName
{
border-color: #A6699D;
}
</style>