Shades of Violet Blue #A978AB
Tints of Violet Blue #A978AB
RGB
CMYK
RGB Variations
Color information
#A978AB (or 0xA978AB) is known color: Violet Blue. HEX triplet: A9, 78 and AB. RGB value is (169,120,171). Sum of RGB (Red+Green+Blue) = 169+120+171=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #A978AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978AB is #568754. Grayscale: #8C8C8C. Windows color (decimal): -5670741 or 11237545. OLE color: 11237545.
HSL color Cylindrical-coordinate representation of color #A978AB: hue angle of 297.65º 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 #A978AB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 120 | 171 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.33 |
| HSL | 297.65º | 0.23% | 0.57% | - |
| HSV(B) | 297.65º | 0.3% | 0.67% | - |
| XYZ | 30.43 | 24.81 | 41.71 | - |
| YUV | 140.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 171 | 0.01 | 0.30 | 0 | 0.33 | 297.65 | 0.23 | 0.57 |
| Hex | A9 | 78 | AB | 1 | 1E | 0 | 21 | 12A | 17 | 39 |
| Octal | 251 | 170 | 253 | 1 | 36 | 0 | 41 | 452 | 27 | 71 |
| Binary | 10101001 | 1111000 | 10101011 | 1 | 11110 | 0 | 100001 | 100101010 | 10111 | 111001 |
Color Harmonies of #A978AB
Complementary color
Monochromatic Colors of #A978AB
Black with #A978AB
Text Example
Text Example
White with #A978AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978AB; }
p { color: rgb(169,120,171); }
H1.HeaderClassName
{
color: #A978AB;
}
.AnyTagClassName
{
color: #A978AB;
}
</style>
background-color css
<style>
a { background-color: #A978AB; }
a { background-color: rgb(169,120,171); }
div.DivClassName
{
background-color: #A978AB;
}
.BgClassName
{
background-color: #A978AB;
}
</style>
border-color css
<style>
span { border-color: #A978AB; }
span { border-color: rgb(169,120,171); }
td.TdClassName
{
border-color: #A978AB;
}
.TagClassName
{
border-color: #A978AB;
}
</style>