Shades of Violet Blue #A46DA2
Tints of Violet Blue #A46DA2
RGB
CMYK
RGB Variations
Color information
#A46DA2 (or 0xA46DA2) is known color: Violet Blue. HEX triplet: A4, 6D and A2. RGB value is (164,109,162). Sum of RGB (Red+Green+Blue) = 164+109+162=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A46DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46DA2 is #5B925D. Grayscale: #838383. Windows color (decimal): -6001246 or 10644900. OLE color: 10644900.
HSL color Cylindrical-coordinate representation of color #A46DA2: hue angle of 302.18º 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 #A46DA2 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 162 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.36 |
| HSL | 302.18º | 0.23% | 0.54% | - |
| HSV(B) | 302.18º | 0.34% | 0.64% | - |
| XYZ | 27.3 | 21.44 | 36.88 | - |
| YUV | 131.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 162 | 0 | 0.34 | 0.01 | 0.36 | 302.18 | 0.23 | 0.54 |
| Hex | A4 | 6D | A2 | 0 | 22 | 1 | 24 | 12E | 17 | 36 |
| Octal | 244 | 155 | 242 | 0 | 42 | 1 | 44 | 456 | 27 | 66 |
| Binary | 10100100 | 1101101 | 10100010 | 0 | 100010 | 1 | 100100 | 100101110 | 10111 | 110110 |
Color Harmonies of #A46DA2
Complementary color
Monochromatic Colors of #A46DA2
Black with #A46DA2
Text Example
Text Example
White with #A46DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DA2; }
p { color: rgb(164,109,162); }
H1.HeaderClassName
{
color: #A46DA2;
}
.AnyTagClassName
{
color: #A46DA2;
}
</style>
background-color css
<style>
a { background-color: #A46DA2; }
a { background-color: rgb(164,109,162); }
div.DivClassName
{
background-color: #A46DA2;
}
.BgClassName
{
background-color: #A46DA2;
}
</style>
border-color css
<style>
span { border-color: #A46DA2; }
span { border-color: rgb(164,109,162); }
td.TdClassName
{
border-color: #A46DA2;
}
.TagClassName
{
border-color: #A46DA2;
}
</style>