Shades of Violet Blue #A647A0
Tints of Violet Blue #A647A0
RGB
CMYK
RGB Variations
Color information
#A647A0 (or 0xA647A0) is known color: Violet Blue. HEX triplet: A6, 47 and A0. RGB value is (166,71,160). Sum of RGB (Red+Green+Blue) = 166+71+160=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A647A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A647A0 is #59B85F. Grayscale: #6D6D6D. Windows color (decimal): -5879904 or 10504102. OLE color: 10504102.
HSL color Cylindrical-coordinate representation of color #A647A0: hue angle of 303.79º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A647A0 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 160 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.35 |
| HSL | 303.79º | 0.4% | 0.46% | - |
| HSV(B) | 303.79º | 0.57% | 0.65% | - |
| XYZ | 24.32 | 15.15 | 34.9 | - |
| YUV | 109.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 160 | 0 | 0.57 | 0.04 | 0.35 | 303.79 | 0.4 | 0.46 |
| Hex | A6 | 47 | A0 | 0 | 39 | 4 | 23 | 130 | 28 | 2E |
| Octal | 246 | 107 | 240 | 0 | 71 | 4 | 43 | 460 | 50 | 56 |
| Binary | 10100110 | 1000111 | 10100000 | 0 | 111001 | 100 | 100011 | 100110000 | 101000 | 101110 |
Color Harmonies of #A647A0
Complementary color
Monochromatic Colors of #A647A0
Black with #A647A0
Text Example
Text Example
White with #A647A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647A0; }
p { color: rgb(166,71,160); }
H1.HeaderClassName
{
color: #A647A0;
}
.AnyTagClassName
{
color: #A647A0;
}
</style>
background-color css
<style>
a { background-color: #A647A0; }
a { background-color: rgb(166,71,160); }
div.DivClassName
{
background-color: #A647A0;
}
.BgClassName
{
background-color: #A647A0;
}
</style>
border-color css
<style>
span { border-color: #A647A0; }
span { border-color: rgb(166,71,160); }
td.TdClassName
{
border-color: #A647A0;
}
.TagClassName
{
border-color: #A647A0;
}
</style>