Shades of Violet Blue #A977AB
Tints of Violet Blue #A977AB
RGB
CMYK
RGB Variations
Color information
#A977AB (or 0xA977AB) is known color: Violet Blue. HEX triplet: A9, 77 and AB. RGB value is (169,119,171). Sum of RGB (Red+Green+Blue) = 169+119+171=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #A977AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A977AB is #568854. Grayscale: #8B8B8B. Windows color (decimal): -5670997 or 11237289. OLE color: 11237289.
HSL color Cylindrical-coordinate representation of color #A977AB: hue angle of 297.69º 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 #A977AB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 119 | 171 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.33 |
| HSL | 297.69º | 0.24% | 0.57% | - |
| HSV(B) | 297.69º | 0.3% | 0.67% | - |
| XYZ | 30.31 | 24.57 | 41.67 | - |
| YUV | 139.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 171 | 0.01 | 0.30 | 0 | 0.33 | 297.69 | 0.24 | 0.57 |
| Hex | A9 | 77 | AB | 1 | 1E | 0 | 21 | 12A | 18 | 39 |
| Octal | 251 | 167 | 253 | 1 | 36 | 0 | 41 | 452 | 30 | 71 |
| Binary | 10101001 | 1110111 | 10101011 | 1 | 11110 | 0 | 100001 | 100101010 | 11000 | 111001 |
Color Harmonies of #A977AB
Complementary color
Monochromatic Colors of #A977AB
Black with #A977AB
Text Example
Text Example
White with #A977AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A977AB; }
p { color: rgb(169,119,171); }
H1.HeaderClassName
{
color: #A977AB;
}
.AnyTagClassName
{
color: #A977AB;
}
</style>
background-color css
<style>
a { background-color: #A977AB; }
a { background-color: rgb(169,119,171); }
div.DivClassName
{
background-color: #A977AB;
}
.BgClassName
{
background-color: #A977AB;
}
</style>
border-color css
<style>
span { border-color: #A977AB; }
span { border-color: rgb(169,119,171); }
td.TdClassName
{
border-color: #A977AB;
}
.TagClassName
{
border-color: #A977AB;
}
</style>