Shades of Violet Blue #A678AC
Tints of Violet Blue #A678AC
RGB
CMYK
RGB Variations
Color information
#A678AC (or 0xA678AC) is known color: Violet Blue. HEX triplet: A6, 78 and AC. RGB value is (166,120,172). Sum of RGB (Red+Green+Blue) = 166+120+172=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #A678AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A678AC is #598753. Grayscale: #8B8B8B. Windows color (decimal): -5867348 or 11303078. OLE color: 11303078.
HSL color Cylindrical-coordinate representation of color #A678AC: hue angle of 293.08º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A678AC is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 120 | 172 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.33 |
| HSL | 293.08º | 0.24% | 0.57% | - |
| HSV(B) | 293.08º | 0.3% | 0.67% | - |
| XYZ | 29.89 | 24.52 | 42.19 | - |
| YUV | 139.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 172 | 0.03 | 0.30 | 0 | 0.33 | 293.08 | 0.24 | 0.57 |
| Hex | A6 | 78 | AC | 3 | 1E | 0 | 21 | 125 | 18 | 39 |
| Octal | 246 | 170 | 254 | 3 | 36 | 0 | 41 | 445 | 30 | 71 |
| Binary | 10100110 | 1111000 | 10101100 | 11 | 11110 | 0 | 100001 | 100100101 | 11000 | 111001 |
Color Harmonies of #A678AC
Complementary color
Monochromatic Colors of #A678AC
Black with #A678AC
Text Example
Text Example
White with #A678AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A678AC; }
p { color: rgb(166,120,172); }
H1.HeaderClassName
{
color: #A678AC;
}
.AnyTagClassName
{
color: #A678AC;
}
</style>
background-color css
<style>
a { background-color: #A678AC; }
a { background-color: rgb(166,120,172); }
div.DivClassName
{
background-color: #A678AC;
}
.BgClassName
{
background-color: #A678AC;
}
</style>
border-color css
<style>
span { border-color: #A678AC; }
span { border-color: rgb(166,120,172); }
td.TdClassName
{
border-color: #A678AC;
}
.TagClassName
{
border-color: #A678AC;
}
</style>