Shades of Violet Blue #A647AC
Tints of Violet Blue #A647AC
RGB
CMYK
RGB Variations
Color information
#A647AC (or 0xA647AC) is known color: Violet Blue. HEX triplet: A6, 47 and AC. RGB value is (166,71,172). Sum of RGB (Red+Green+Blue) = 166+71+172=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #A647AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A647AC is #59B853. Grayscale: #6E6E6E. Windows color (decimal): -5879892 or 11290534. OLE color: 11290534.
HSL color Cylindrical-coordinate representation of color #A647AC: hue angle of 296.44º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A647AC is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 71 | 172 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.33 |
| HSL | 296.44º | 0.42% | 0.48% | - |
| HSV(B) | 296.44º | 0.59% | 0.67% | - |
| XYZ | 25.43 | 15.59 | 40.7 | - |
| YUV | 110.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 172 | 0.03 | 0.59 | 0 | 0.33 | 296.44 | 0.42 | 0.48 |
| Hex | A6 | 47 | AC | 3 | 3B | 0 | 21 | 128 | 2A | 30 |
| Octal | 246 | 107 | 254 | 3 | 73 | 0 | 41 | 450 | 52 | 60 |
| Binary | 10100110 | 1000111 | 10101100 | 11 | 111011 | 0 | 100001 | 100101000 | 101010 | 110000 |
Color Harmonies of #A647AC
Complementary color
Monochromatic Colors of #A647AC
Black with #A647AC
Text Example
Text Example
White with #A647AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647AC; }
p { color: rgb(166,71,172); }
H1.HeaderClassName
{
color: #A647AC;
}
.AnyTagClassName
{
color: #A647AC;
}
</style>
background-color css
<style>
a { background-color: #A647AC; }
a { background-color: rgb(166,71,172); }
div.DivClassName
{
background-color: #A647AC;
}
.BgClassName
{
background-color: #A647AC;
}
</style>
border-color css
<style>
span { border-color: #A647AC; }
span { border-color: rgb(166,71,172); }
td.TdClassName
{
border-color: #A647AC;
}
.TagClassName
{
border-color: #A647AC;
}
</style>