Shades of Violet Blue #A978A6
Tints of Violet Blue #A978A6
RGB
CMYK
RGB Variations
Color information
#A978A6 (or 0xA978A6) is known color: Violet Blue. HEX triplet: A9, 78 and A6. RGB value is (169,120,166). Sum of RGB (Red+Green+Blue) = 169+120+166=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A978A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978A6 is #568759. Grayscale: #8B8B8B. Windows color (decimal): -5670746 or 10909865. OLE color: 10909865.
HSL color Cylindrical-coordinate representation of color #A978A6: hue angle of 303.67º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A978A6 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 120 | 166 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.34 |
| HSL | 303.67º | 0.22% | 0.57% | - |
| HSV(B) | 303.67º | 0.29% | 0.66% | - |
| XYZ | 29.96 | 24.62 | 39.25 | - |
| YUV | 139.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 166 | 0 | 0.29 | 0.02 | 0.34 | 303.67 | 0.22 | 0.57 |
| Hex | A9 | 78 | A6 | 0 | 1D | 2 | 22 | 130 | 16 | 39 |
| Octal | 251 | 170 | 246 | 0 | 35 | 2 | 42 | 460 | 26 | 71 |
| Binary | 10101001 | 1111000 | 10100110 | 0 | 11101 | 10 | 100010 | 100110000 | 10110 | 111001 |
Color Harmonies of #A978A6
Complementary color
Monochromatic Colors of #A978A6
Black with #A978A6
Text Example
Text Example
White with #A978A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978A6; }
p { color: rgb(169,120,166); }
H1.HeaderClassName
{
color: #A978A6;
}
.AnyTagClassName
{
color: #A978A6;
}
</style>
background-color css
<style>
a { background-color: #A978A6; }
a { background-color: rgb(169,120,166); }
div.DivClassName
{
background-color: #A978A6;
}
.BgClassName
{
background-color: #A978A6;
}
</style>
border-color css
<style>
span { border-color: #A978A6; }
span { border-color: rgb(169,120,166); }
td.TdClassName
{
border-color: #A978A6;
}
.TagClassName
{
border-color: #A978A6;
}
</style>