Shades of Violet Blue #A647A3
Tints of Violet Blue #A647A3
RGB
CMYK
RGB Variations
Color information
#A647A3 (or 0xA647A3) is known color: Violet Blue. HEX triplet: A6, 47 and A3. RGB value is (166,71,163). Sum of RGB (Red+Green+Blue) = 166+71+163=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A647A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A647A3 is #59B85C. Grayscale: #6D6D6D. Windows color (decimal): -5879901 or 10700710. OLE color: 10700710.
HSL color Cylindrical-coordinate representation of color #A647A3: hue angle of 301.89º 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 #A647A3 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 163 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.35 |
| HSL | 301.89º | 0.4% | 0.46% | - |
| HSV(B) | 301.89º | 0.57% | 0.65% | - |
| XYZ | 24.59 | 15.26 | 36.3 | - |
| YUV | 109.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 163 | 0 | 0.57 | 0.02 | 0.35 | 301.89 | 0.4 | 0.46 |
| Hex | A6 | 47 | A3 | 0 | 39 | 2 | 23 | 12E | 28 | 2E |
| Octal | 246 | 107 | 243 | 0 | 71 | 2 | 43 | 456 | 50 | 56 |
| Binary | 10100110 | 1000111 | 10100011 | 0 | 111001 | 10 | 100011 | 100101110 | 101000 | 101110 |
Color Harmonies of #A647A3
Complementary color
Monochromatic Colors of #A647A3
Black with #A647A3
Text Example
Text Example
White with #A647A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647A3; }
p { color: rgb(166,71,163); }
H1.HeaderClassName
{
color: #A647A3;
}
.AnyTagClassName
{
color: #A647A3;
}
</style>
background-color css
<style>
a { background-color: #A647A3; }
a { background-color: rgb(166,71,163); }
div.DivClassName
{
background-color: #A647A3;
}
.BgClassName
{
background-color: #A647A3;
}
</style>
border-color css
<style>
span { border-color: #A647A3; }
span { border-color: rgb(166,71,163); }
td.TdClassName
{
border-color: #A647A3;
}
.TagClassName
{
border-color: #A647A3;
}
</style>