Shades of Violet Blue #A647AD
Tints of Violet Blue #A647AD
RGB
CMYK
RGB Variations
Color information
#A647AD (or 0xA647AD) is known color: Violet Blue. HEX triplet: A6, 47 and AD. RGB value is (166,71,173). Sum of RGB (Red+Green+Blue) = 166+71+173=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #A647AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A647AD is #59B852. Grayscale: #6E6E6E. Windows color (decimal): -5879891 or 11356070. OLE color: 11356070.
HSL color Cylindrical-coordinate representation of color #A647AD: hue angle of 295.88º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A647AD is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 71 | 173 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.32 |
| HSL | 295.88º | 0.42% | 0.48% | - |
| HSV(B) | 295.88º | 0.59% | 0.68% | - |
| XYZ | 25.52 | 15.63 | 41.21 | - |
| YUV | 111.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 173 | 0.04 | 0.59 | 0 | 0.32 | 295.88 | 0.42 | 0.48 |
| Hex | A6 | 47 | AD | 4 | 3B | 0 | 20 | 128 | 2A | 30 |
| Octal | 246 | 107 | 255 | 4 | 73 | 0 | 40 | 450 | 52 | 60 |
| Binary | 10100110 | 1000111 | 10101101 | 100 | 111011 | 0 | 100000 | 100101000 | 101010 | 110000 |
Color Harmonies of #A647AD
Complementary color
Monochromatic Colors of #A647AD
Black with #A647AD
Text Example
Text Example
White with #A647AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647AD; }
p { color: rgb(166,71,173); }
H1.HeaderClassName
{
color: #A647AD;
}
.AnyTagClassName
{
color: #A647AD;
}
</style>
background-color css
<style>
a { background-color: #A647AD; }
a { background-color: rgb(166,71,173); }
div.DivClassName
{
background-color: #A647AD;
}
.BgClassName
{
background-color: #A647AD;
}
</style>
border-color css
<style>
span { border-color: #A647AD; }
span { border-color: rgb(166,71,173); }
td.TdClassName
{
border-color: #A647AD;
}
.TagClassName
{
border-color: #A647AD;
}
</style>