Shades of Violet Blue #A647A1
Tints of Violet Blue #A647A1
RGB
CMYK
RGB Variations
Color information
#A647A1 (or 0xA647A1) is known color: Violet Blue. HEX triplet: A6, 47 and A1. RGB value is (166,71,161). Sum of RGB (Red+Green+Blue) = 166+71+161=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A647A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A647A1 is #59B85E. Grayscale: #6D6D6D. Windows color (decimal): -5879903 or 10569638. OLE color: 10569638.
HSL color Cylindrical-coordinate representation of color #A647A1: hue angle of 303.16º 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 #A647A1 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 161 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.35 |
| HSL | 303.16º | 0.4% | 0.46% | - |
| HSV(B) | 303.16º | 0.57% | 0.65% | - |
| XYZ | 24.41 | 15.19 | 35.36 | - |
| YUV | 109.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 161 | 0 | 0.57 | 0.03 | 0.35 | 303.16 | 0.4 | 0.46 |
| Hex | A6 | 47 | A1 | 0 | 39 | 3 | 23 | 12F | 28 | 2E |
| Octal | 246 | 107 | 241 | 0 | 71 | 3 | 43 | 457 | 50 | 56 |
| Binary | 10100110 | 1000111 | 10100001 | 0 | 111001 | 11 | 100011 | 100101111 | 101000 | 101110 |
Color Harmonies of #A647A1
Complementary color
Monochromatic Colors of #A647A1
Black with #A647A1
Text Example
Text Example
White with #A647A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647A1; }
p { color: rgb(166,71,161); }
H1.HeaderClassName
{
color: #A647A1;
}
.AnyTagClassName
{
color: #A647A1;
}
</style>
background-color css
<style>
a { background-color: #A647A1; }
a { background-color: rgb(166,71,161); }
div.DivClassName
{
background-color: #A647A1;
}
.BgClassName
{
background-color: #A647A1;
}
</style>
border-color css
<style>
span { border-color: #A647A1; }
span { border-color: rgb(166,71,161); }
td.TdClassName
{
border-color: #A647A1;
}
.TagClassName
{
border-color: #A647A1;
}
</style>