Shades of Violet Blue #A46DA6
Tints of Violet Blue #A46DA6
RGB
CMYK
RGB Variations
Color information
#A46DA6 (or 0xA46DA6) is known color: Violet Blue. HEX triplet: A4, 6D and A6. RGB value is (164,109,166). Sum of RGB (Red+Green+Blue) = 164+109+166=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 166 - color contains mainly: blue. Hex color #A46DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46DA6 is #5B9259. Grayscale: #838383. Windows color (decimal): -6001242 or 10907044. OLE color: 10907044.
HSL color Cylindrical-coordinate representation of color #A46DA6: hue angle of 297.89º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46DA6 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 109 | 166 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.35 |
| HSL | 297.89º | 0.24% | 0.54% | - |
| HSV(B) | 297.89º | 0.34% | 0.65% | - |
| XYZ | 27.66 | 21.58 | 38.78 | - |
| YUV | 131.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 166 | 0.01 | 0.34 | 0 | 0.35 | 297.89 | 0.24 | 0.54 |
| Hex | A4 | 6D | A6 | 1 | 22 | 0 | 23 | 12A | 18 | 36 |
| Octal | 244 | 155 | 246 | 1 | 42 | 0 | 43 | 452 | 30 | 66 |
| Binary | 10100100 | 1101101 | 10100110 | 1 | 100010 | 0 | 100011 | 100101010 | 11000 | 110110 |
Color Harmonies of #A46DA6
Complementary color
Monochromatic Colors of #A46DA6
Black with #A46DA6
Text Example
Text Example
White with #A46DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DA6; }
p { color: rgb(164,109,166); }
H1.HeaderClassName
{
color: #A46DA6;
}
.AnyTagClassName
{
color: #A46DA6;
}
</style>
background-color css
<style>
a { background-color: #A46DA6; }
a { background-color: rgb(164,109,166); }
div.DivClassName
{
background-color: #A46DA6;
}
.BgClassName
{
background-color: #A46DA6;
}
</style>
border-color css
<style>
span { border-color: #A46DA6; }
span { border-color: rgb(164,109,166); }
td.TdClassName
{
border-color: #A46DA6;
}
.TagClassName
{
border-color: #A46DA6;
}
</style>