Shades of Violet Blue #A778AB
Tints of Violet Blue #A778AB
RGB
CMYK
RGB Variations
Color information
#A778AB (or 0xA778AB) is known color: Violet Blue. HEX triplet: A7, 78 and AB. RGB value is (167,120,171). Sum of RGB (Red+Green+Blue) = 167+120+171=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A778AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A778AB is #588754. Grayscale: #8B8B8B. Windows color (decimal): -5801813 or 11237543. OLE color: 11237543.
HSL color Cylindrical-coordinate representation of color #A778AB: hue angle of 295.29º 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 #A778AB is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 120 | 171 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.33 |
| HSL | 295.29º | 0.23% | 0.57% | - |
| HSV(B) | 295.29º | 0.3% | 0.67% | - |
| XYZ | 30 | 24.59 | 41.69 | - |
| YUV | 139.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 120 | 171 | 0.02 | 0.30 | 0 | 0.33 | 295.29 | 0.23 | 0.57 |
| Hex | A7 | 78 | AB | 2 | 1E | 0 | 21 | 127 | 17 | 39 |
| Octal | 247 | 170 | 253 | 2 | 36 | 0 | 41 | 447 | 27 | 71 |
| Binary | 10100111 | 1111000 | 10101011 | 10 | 11110 | 0 | 100001 | 100100111 | 10111 | 111001 |
Color Harmonies of #A778AB
Complementary color
Monochromatic Colors of #A778AB
Black with #A778AB
Text Example
Text Example
White with #A778AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A778AB; }
p { color: rgb(167,120,171); }
H1.HeaderClassName
{
color: #A778AB;
}
.AnyTagClassName
{
color: #A778AB;
}
</style>
background-color css
<style>
a { background-color: #A778AB; }
a { background-color: rgb(167,120,171); }
div.DivClassName
{
background-color: #A778AB;
}
.BgClassName
{
background-color: #A778AB;
}
</style>
border-color css
<style>
span { border-color: #A778AB; }
span { border-color: rgb(167,120,171); }
td.TdClassName
{
border-color: #A778AB;
}
.TagClassName
{
border-color: #A778AB;
}
</style>