Shades of Violet Blue #A6649A
Tints of Violet Blue #A6649A
RGB
CMYK
RGB Variations
Color information
#A6649A (or 0xA6649A) is known color: Violet Blue. HEX triplet: A6, 64 and 9A. RGB value is (166,100,154). Sum of RGB (Red+Green+Blue) = 166+100+154=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6649A is #599B65. Grayscale: #7D7D7D. Windows color (decimal): -5872486 or 10118310. OLE color: 10118310.
HSL color Cylindrical-coordinate representation of color #A6649A: hue angle of 310.91º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6649A is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 100 | 154 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.35 |
| HSL | 310.91º | 0.27% | 0.52% | - |
| HSV(B) | 310.91º | 0.4% | 0.65% | - |
| XYZ | 26.12 | 19.55 | 32.97 | - |
| YUV | 125.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 154 | 0 | 0.40 | 0.07 | 0.35 | 310.91 | 0.27 | 0.52 |
| Hex | A6 | 64 | 9A | 0 | 28 | 7 | 23 | 137 | 1B | 34 |
| Octal | 246 | 144 | 232 | 0 | 50 | 7 | 43 | 467 | 33 | 64 |
| Binary | 10100110 | 1100100 | 10011010 | 0 | 101000 | 111 | 100011 | 100110111 | 11011 | 110100 |
Color Harmonies of #A6649A
Complementary color
Monochromatic Colors of #A6649A
Black with #A6649A
Text Example
Text Example
White with #A6649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6649A; }
p { color: rgb(166,100,154); }
H1.HeaderClassName
{
color: #A6649A;
}
.AnyTagClassName
{
color: #A6649A;
}
</style>
background-color css
<style>
a { background-color: #A6649A; }
a { background-color: rgb(166,100,154); }
div.DivClassName
{
background-color: #A6649A;
}
.BgClassName
{
background-color: #A6649A;
}
</style>
border-color css
<style>
span { border-color: #A6649A; }
span { border-color: rgb(166,100,154); }
td.TdClassName
{
border-color: #A6649A;
}
.TagClassName
{
border-color: #A6649A;
}
</style>