Shades of Violet Blue #A646A0
Tints of Violet Blue #A646A0
RGB
CMYK
RGB Variations
Color information
#A646A0 (or 0xA646A0) is known color: Violet Blue. HEX triplet: A6, 46 and A0. RGB value is (166,70,160). Sum of RGB (Red+Green+Blue) = 166+70+160=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A646A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A646A0 is #59B95F. Grayscale: #6C6C6C. Windows color (decimal): -5880160 or 10503846. OLE color: 10503846.
HSL color Cylindrical-coordinate representation of color #A646A0: hue angle of 303.75º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A646A0 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 160 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.35 |
| HSL | 303.75º | 0.41% | 0.46% | - |
| HSV(B) | 303.75º | 0.58% | 0.65% | - |
| XYZ | 24.26 | 15.03 | 34.88 | - |
| YUV | 108.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 160 | 0 | 0.58 | 0.04 | 0.35 | 303.75 | 0.41 | 0.46 |
| Hex | A6 | 46 | A0 | 0 | 3A | 4 | 23 | 130 | 29 | 2E |
| Octal | 246 | 106 | 240 | 0 | 72 | 4 | 43 | 460 | 51 | 56 |
| Binary | 10100110 | 1000110 | 10100000 | 0 | 111010 | 100 | 100011 | 100110000 | 101001 | 101110 |
Color Harmonies of #A646A0
Complementary color
Monochromatic Colors of #A646A0
Black with #A646A0
Text Example
Text Example
White with #A646A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A646A0; }
p { color: rgb(166,70,160); }
H1.HeaderClassName
{
color: #A646A0;
}
.AnyTagClassName
{
color: #A646A0;
}
</style>
background-color css
<style>
a { background-color: #A646A0; }
a { background-color: rgb(166,70,160); }
div.DivClassName
{
background-color: #A646A0;
}
.BgClassName
{
background-color: #A646A0;
}
</style>
border-color css
<style>
span { border-color: #A646A0; }
span { border-color: rgb(166,70,160); }
td.TdClassName
{
border-color: #A646A0;
}
.TagClassName
{
border-color: #A646A0;
}
</style>