Shades of Violet Blue #A46EAE
Tints of Violet Blue #A46EAE
RGB
CMYK
RGB Variations
Color information
#A46EAE (or 0xA46EAE) is known color: Violet Blue. HEX triplet: A4, 6E and AE. RGB value is (164,110,174). Sum of RGB (Red+Green+Blue) = 164+110+174=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #A46EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46EAE is #5B9151. Grayscale: #858585. Windows color (decimal): -6000978 or 11431588. OLE color: 11431588.
HSL color Cylindrical-coordinate representation of color #A46EAE: hue angle of 290.62º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A46EAE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 110 | 174 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.32 |
| HSL | 290.63º | 0.28% | 0.56% | - |
| HSV(B) | 290.63º | 0.37% | 0.68% | - |
| XYZ | 28.53 | 22.1 | 42.81 | - |
| YUV | 133.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 174 | 0.06 | 0.37 | 0 | 0.32 | 290.63 | 0.28 | 0.56 |
| Hex | A4 | 6E | AE | 6 | 25 | 0 | 20 | 123 | 1C | 38 |
| Octal | 244 | 156 | 256 | 6 | 45 | 0 | 40 | 443 | 34 | 70 |
| Binary | 10100100 | 1101110 | 10101110 | 110 | 100101 | 0 | 100000 | 100100011 | 11100 | 111000 |
Color Harmonies of #A46EAE
Complementary color
Monochromatic Colors of #A46EAE
Black with #A46EAE
Text Example
Text Example
White with #A46EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46EAE; }
p { color: rgb(164,110,174); }
H1.HeaderClassName
{
color: #A46EAE;
}
.AnyTagClassName
{
color: #A46EAE;
}
</style>
background-color css
<style>
a { background-color: #A46EAE; }
a { background-color: rgb(164,110,174); }
div.DivClassName
{
background-color: #A46EAE;
}
.BgClassName
{
background-color: #A46EAE;
}
</style>
border-color css
<style>
span { border-color: #A46EAE; }
span { border-color: rgb(164,110,174); }
td.TdClassName
{
border-color: #A46EAE;
}
.TagClassName
{
border-color: #A46EAE;
}
</style>