Shades of Violet Blue #A46CAE
Tints of Violet Blue #A46CAE
RGB
CMYK
RGB Variations
Color information
#A46CAE (or 0xA46CAE) is known color: Violet Blue. HEX triplet: A4, 6C and AE. RGB value is (164,108,174). Sum of RGB (Red+Green+Blue) = 164+108+174=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #A46CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46CAE is #5B9351. Grayscale: #848484. Windows color (decimal): -6001490 or 11431076. OLE color: 11431076.
HSL color Cylindrical-coordinate representation of color #A46CAE: hue angle of 290.91º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46CAE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 108 | 174 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.32 |
| HSL | 290.91º | 0.29% | 0.55% | - |
| HSV(B) | 290.91º | 0.38% | 0.68% | - |
| XYZ | 28.31 | 21.67 | 42.74 | - |
| YUV | 132.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 174 | 0.06 | 0.38 | 0 | 0.32 | 290.91 | 0.29 | 0.55 |
| Hex | A4 | 6C | AE | 6 | 26 | 0 | 20 | 123 | 1D | 37 |
| Octal | 244 | 154 | 256 | 6 | 46 | 0 | 40 | 443 | 35 | 67 |
| Binary | 10100100 | 1101100 | 10101110 | 110 | 100110 | 0 | 100000 | 100100011 | 11101 | 110111 |
Color Harmonies of #A46CAE
Complementary color
Monochromatic Colors of #A46CAE
Black with #A46CAE
Text Example
Text Example
White with #A46CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CAE; }
p { color: rgb(164,108,174); }
H1.HeaderClassName
{
color: #A46CAE;
}
.AnyTagClassName
{
color: #A46CAE;
}
</style>
background-color css
<style>
a { background-color: #A46CAE; }
a { background-color: rgb(164,108,174); }
div.DivClassName
{
background-color: #A46CAE;
}
.BgClassName
{
background-color: #A46CAE;
}
</style>
border-color css
<style>
span { border-color: #A46CAE; }
span { border-color: rgb(164,108,174); }
td.TdClassName
{
border-color: #A46CAE;
}
.TagClassName
{
border-color: #A46CAE;
}
</style>