Shades of Violet Blue #A46DAD
Tints of Violet Blue #A46DAD
RGB
CMYK
RGB Variations
Color information
#A46DAD (or 0xA46DAD) is known color: Violet Blue. HEX triplet: A4, 6D and AD. RGB value is (164,109,173). Sum of RGB (Red+Green+Blue) = 164+109+173=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #A46DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46DAD is #5B9252. Grayscale: #848484. Windows color (decimal): -6001235 or 11365796. OLE color: 11365796.
HSL color Cylindrical-coordinate representation of color #A46DAD: hue angle of 291.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A46DAD is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 109 | 173 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.32 |
| HSL | 291.56º | 0.28% | 0.55% | - |
| HSV(B) | 291.56º | 0.37% | 0.68% | - |
| XYZ | 28.32 | 21.85 | 42.26 | - |
| YUV | 132.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 173 | 0.05 | 0.37 | 0 | 0.32 | 291.56 | 0.28 | 0.55 |
| Hex | A4 | 6D | AD | 5 | 25 | 0 | 20 | 124 | 1C | 37 |
| Octal | 244 | 155 | 255 | 5 | 45 | 0 | 40 | 444 | 34 | 67 |
| Binary | 10100100 | 1101101 | 10101101 | 101 | 100101 | 0 | 100000 | 100100100 | 11100 | 110111 |
Color Harmonies of #A46DAD
Complementary color
Monochromatic Colors of #A46DAD
Black with #A46DAD
Text Example
Text Example
White with #A46DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DAD; }
p { color: rgb(164,109,173); }
H1.HeaderClassName
{
color: #A46DAD;
}
.AnyTagClassName
{
color: #A46DAD;
}
</style>
background-color css
<style>
a { background-color: #A46DAD; }
a { background-color: rgb(164,109,173); }
div.DivClassName
{
background-color: #A46DAD;
}
.BgClassName
{
background-color: #A46DAD;
}
</style>
border-color css
<style>
span { border-color: #A46DAD; }
span { border-color: rgb(164,109,173); }
td.TdClassName
{
border-color: #A46DAD;
}
.TagClassName
{
border-color: #A46DAD;
}
</style>