Shades of Violet Blue #A647AE
Tints of Violet Blue #A647AE
RGB
CMYK
RGB Variations
Color information
#A647AE (or 0xA647AE) is known color: Violet Blue. HEX triplet: A6, 47 and AE. RGB value is (166,71,174). Sum of RGB (Red+Green+Blue) = 166+71+174=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #A647AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A647AE is #59B851. Grayscale: #6E6E6E. Windows color (decimal): -5879890 or 11421606. OLE color: 11421606.
HSL color Cylindrical-coordinate representation of color #A647AE: hue angle of 295.34º 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 #A647AE is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 71 | 174 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.32 |
| HSL | 295.34º | 0.42% | 0.48% | - |
| HSV(B) | 295.34º | 0.59% | 0.68% | - |
| XYZ | 25.62 | 15.67 | 41.72 | - |
| YUV | 111.15 | 163.47 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 174 | 0.05 | 0.59 | 0 | 0.32 | 295.34 | 0.42 | 0.48 |
| Hex | A6 | 47 | AE | 5 | 3B | 0 | 20 | 127 | 2A | 30 |
| Octal | 246 | 107 | 256 | 5 | 73 | 0 | 40 | 447 | 52 | 60 |
| Binary | 10100110 | 1000111 | 10101110 | 101 | 111011 | 0 | 100000 | 100100111 | 101010 | 110000 |
Color Harmonies of #A647AE
Complementary color
Monochromatic Colors of #A647AE
Black with #A647AE
Text Example
Text Example
White with #A647AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647AE; }
p { color: rgb(166,71,174); }
H1.HeaderClassName
{
color: #A647AE;
}
.AnyTagClassName
{
color: #A647AE;
}
</style>
background-color css
<style>
a { background-color: #A647AE; }
a { background-color: rgb(166,71,174); }
div.DivClassName
{
background-color: #A647AE;
}
.BgClassName
{
background-color: #A647AE;
}
</style>
border-color css
<style>
span { border-color: #A647AE; }
span { border-color: rgb(166,71,174); }
td.TdClassName
{
border-color: #A647AE;
}
.TagClassName
{
border-color: #A647AE;
}
</style>