Shades of Violet Blue #A6659B
Tints of Violet Blue #A6659B
RGB
CMYK
RGB Variations
Color information
#A6659B (or 0xA6659B) is known color: Violet Blue. HEX triplet: A6, 65 and 9B. RGB value is (166,101,155). Sum of RGB (Red+Green+Blue) = 166+101+155=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6659B is #599A64. Grayscale: #7E7E7E. Windows color (decimal): -5872229 or 10184102. OLE color: 10184102.
HSL color Cylindrical-coordinate representation of color #A6659B: hue angle of 310.15º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6659B is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 155 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.35 |
| HSL | 310.15º | 0.27% | 0.52% | - |
| HSV(B) | 310.15º | 0.39% | 0.65% | - |
| XYZ | 26.3 | 19.78 | 33.44 | - |
| YUV | 126.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 155 | 0 | 0.39 | 0.07 | 0.35 | 310.15 | 0.27 | 0.52 |
| Hex | A6 | 65 | 9B | 0 | 27 | 7 | 23 | 136 | 1B | 34 |
| Octal | 246 | 145 | 233 | 0 | 47 | 7 | 43 | 466 | 33 | 64 |
| Binary | 10100110 | 1100101 | 10011011 | 0 | 100111 | 111 | 100011 | 100110110 | 11011 | 110100 |
Color Harmonies of #A6659B
Complementary color
Monochromatic Colors of #A6659B
Black with #A6659B
Text Example
Text Example
White with #A6659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6659B; }
p { color: rgb(166,101,155); }
H1.HeaderClassName
{
color: #A6659B;
}
.AnyTagClassName
{
color: #A6659B;
}
</style>
background-color css
<style>
a { background-color: #A6659B; }
a { background-color: rgb(166,101,155); }
div.DivClassName
{
background-color: #A6659B;
}
.BgClassName
{
background-color: #A6659B;
}
</style>
border-color css
<style>
span { border-color: #A6659B; }
span { border-color: rgb(166,101,155); }
td.TdClassName
{
border-color: #A6659B;
}
.TagClassName
{
border-color: #A6659B;
}
</style>