Shades of Violet Blue #A678AB
Tints of Violet Blue #A678AB
RGB
CMYK
RGB Variations
Color information
#A678AB (or 0xA678AB) is known color: Violet Blue. HEX triplet: A6, 78 and AB. RGB value is (166,120,171). Sum of RGB (Red+Green+Blue) = 166+120+171=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #A678AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A678AB is #598754. Grayscale: #8B8B8B. Windows color (decimal): -5867349 or 11237542. OLE color: 11237542.
HSL color Cylindrical-coordinate representation of color #A678AB: hue angle of 294.12º degrees, saturation: 0.23, 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 #A678AB is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 120 | 171 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.33 |
| HSL | 294.12º | 0.23% | 0.57% | - |
| HSV(B) | 294.12º | 0.3% | 0.67% | - |
| XYZ | 29.79 | 24.48 | 41.68 | - |
| YUV | 139.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 171 | 0.03 | 0.30 | 0 | 0.33 | 294.12 | 0.23 | 0.57 |
| Hex | A6 | 78 | AB | 3 | 1E | 0 | 21 | 126 | 17 | 39 |
| Octal | 246 | 170 | 253 | 3 | 36 | 0 | 41 | 446 | 27 | 71 |
| Binary | 10100110 | 1111000 | 10101011 | 11 | 11110 | 0 | 100001 | 100100110 | 10111 | 111001 |
Color Harmonies of #A678AB
Complementary color
Monochromatic Colors of #A678AB
Black with #A678AB
Text Example
Text Example
White with #A678AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A678AB; }
p { color: rgb(166,120,171); }
H1.HeaderClassName
{
color: #A678AB;
}
.AnyTagClassName
{
color: #A678AB;
}
</style>
background-color css
<style>
a { background-color: #A678AB; }
a { background-color: rgb(166,120,171); }
div.DivClassName
{
background-color: #A678AB;
}
.BgClassName
{
background-color: #A678AB;
}
</style>
border-color css
<style>
span { border-color: #A678AB; }
span { border-color: rgb(166,120,171); }
td.TdClassName
{
border-color: #A678AB;
}
.TagClassName
{
border-color: #A678AB;
}
</style>