Shades of Violet Blue #A46DA0
Tints of Violet Blue #A46DA0
RGB
CMYK
RGB Variations
Color information
#A46DA0 (or 0xA46DA0) is known color: Violet Blue. HEX triplet: A4, 6D and A0. RGB value is (164,109,160). Sum of RGB (Red+Green+Blue) = 164+109+160=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A46DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46DA0 is #5B925F. Grayscale: #838383. Windows color (decimal): -6001248 or 10513828. OLE color: 10513828.
HSL color Cylindrical-coordinate representation of color #A46DA0: hue angle of 304.36º 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 #A46DA0 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 160 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.36 |
| HSL | 304.36º | 0.23% | 0.54% | - |
| HSV(B) | 304.36º | 0.34% | 0.64% | - |
| XYZ | 27.12 | 21.37 | 35.95 | - |
| YUV | 131.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 160 | 0 | 0.34 | 0.02 | 0.36 | 304.36 | 0.23 | 0.54 |
| Hex | A4 | 6D | A0 | 0 | 22 | 2 | 24 | 130 | 17 | 36 |
| Octal | 244 | 155 | 240 | 0 | 42 | 2 | 44 | 460 | 27 | 66 |
| Binary | 10100100 | 1101101 | 10100000 | 0 | 100010 | 10 | 100100 | 100110000 | 10111 | 110110 |
Color Harmonies of #A46DA0
Complementary color
Monochromatic Colors of #A46DA0
Black with #A46DA0
Text Example
Text Example
White with #A46DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DA0; }
p { color: rgb(164,109,160); }
H1.HeaderClassName
{
color: #A46DA0;
}
.AnyTagClassName
{
color: #A46DA0;
}
</style>
background-color css
<style>
a { background-color: #A46DA0; }
a { background-color: rgb(164,109,160); }
div.DivClassName
{
background-color: #A46DA0;
}
.BgClassName
{
background-color: #A46DA0;
}
</style>
border-color css
<style>
span { border-color: #A46DA0; }
span { border-color: rgb(164,109,160); }
td.TdClassName
{
border-color: #A46DA0;
}
.TagClassName
{
border-color: #A46DA0;
}
</style>