Shades of Violet Blue #A46D9E
Tints of Violet Blue #A46D9E
RGB
CMYK
RGB Variations
Color information
#A46D9E (or 0xA46D9E) is known color: Violet Blue. HEX triplet: A4, 6D and 9E. RGB value is (164,109,158). Sum of RGB (Red+Green+Blue) = 164+109+158=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D9E is #5B9261. Grayscale: #828282. Windows color (decimal): -6001250 or 10382756. OLE color: 10382756.
HSL color Cylindrical-coordinate representation of color #A46D9E: hue angle of 306.55º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46D9E is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 158 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.36 |
| HSL | 306.55º | 0.23% | 0.54% | - |
| HSV(B) | 306.55º | 0.34% | 0.64% | - |
| XYZ | 26.95 | 21.3 | 35.04 | - |
| YUV | 131.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 158 | 0 | 0.34 | 0.04 | 0.36 | 306.55 | 0.23 | 0.54 |
| Hex | A4 | 6D | 9E | 0 | 22 | 4 | 24 | 133 | 17 | 36 |
| Octal | 244 | 155 | 236 | 0 | 42 | 4 | 44 | 463 | 27 | 66 |
| Binary | 10100100 | 1101101 | 10011110 | 0 | 100010 | 100 | 100100 | 100110011 | 10111 | 110110 |
Color Harmonies of #A46D9E
Complementary color
Monochromatic Colors of #A46D9E
Black with #A46D9E
Text Example
Text Example
White with #A46D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D9E; }
p { color: rgb(164,109,158); }
H1.HeaderClassName
{
color: #A46D9E;
}
.AnyTagClassName
{
color: #A46D9E;
}
</style>
background-color css
<style>
a { background-color: #A46D9E; }
a { background-color: rgb(164,109,158); }
div.DivClassName
{
background-color: #A46D9E;
}
.BgClassName
{
background-color: #A46D9E;
}
</style>
border-color css
<style>
span { border-color: #A46D9E; }
span { border-color: rgb(164,109,158); }
td.TdClassName
{
border-color: #A46D9E;
}
.TagClassName
{
border-color: #A46D9E;
}
</style>