Shades of Violet Blue #A46DAE
Tints of Violet Blue #A46DAE
RGB
CMYK
RGB Variations
Color information
#A46DAE (or 0xA46DAE) is known color: Violet Blue. HEX triplet: A4, 6D and AE. RGB value is (164,109,174). Sum of RGB (Red+Green+Blue) = 164+109+174=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #A46DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46DAE is #5B9251. Grayscale: #848484. Windows color (decimal): -6001234 or 11431332. OLE color: 11431332.
HSL color Cylindrical-coordinate representation of color #A46DAE: hue angle of 290.77º degrees, saturation: 0.29, 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 #A46DAE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 109 | 174 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.32 |
| HSL | 290.77º | 0.29% | 0.55% | - |
| HSV(B) | 290.77º | 0.37% | 0.68% | - |
| XYZ | 28.42 | 21.89 | 42.77 | - |
| YUV | 132.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 174 | 0.06 | 0.37 | 0 | 0.32 | 290.77 | 0.29 | 0.55 |
| Hex | A4 | 6D | AE | 6 | 25 | 0 | 20 | 123 | 1D | 37 |
| Octal | 244 | 155 | 256 | 6 | 45 | 0 | 40 | 443 | 35 | 67 |
| Binary | 10100100 | 1101101 | 10101110 | 110 | 100101 | 0 | 100000 | 100100011 | 11101 | 110111 |
Color Harmonies of #A46DAE
Complementary color
Monochromatic Colors of #A46DAE
Black with #A46DAE
Text Example
Text Example
White with #A46DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DAE; }
p { color: rgb(164,109,174); }
H1.HeaderClassName
{
color: #A46DAE;
}
.AnyTagClassName
{
color: #A46DAE;
}
</style>
background-color css
<style>
a { background-color: #A46DAE; }
a { background-color: rgb(164,109,174); }
div.DivClassName
{
background-color: #A46DAE;
}
.BgClassName
{
background-color: #A46DAE;
}
</style>
border-color css
<style>
span { border-color: #A46DAE; }
span { border-color: rgb(164,109,174); }
td.TdClassName
{
border-color: #A46DAE;
}
.TagClassName
{
border-color: #A46DAE;
}
</style>