Shades of London Hue #A97BAB
Tints of London Hue #A97BAB
RGB
CMYK
RGB Variations
Color information
#A97BAB (or 0xA97BAB) is known color: London Hue. HEX triplet: A9, 7B and AB. RGB value is (169,123,171). Sum of RGB (Red+Green+Blue) = 169+123+171=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #A97BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97BAB is #568454. Grayscale: #8E8E8E. Windows color (decimal): -5669973 or 11238313. OLE color: 11238313.
HSL color Cylindrical-coordinate representation of color #A97BAB: hue angle of 297.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97BAB is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 123 | 171 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.33 |
| HSL | 297.5º | 0.22% | 0.58% | - |
| HSV(B) | 297.5º | 0.28% | 0.67% | - |
| XYZ | 30.8 | 25.54 | 41.83 | - |
| YUV | 142.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 171 | 0.01 | 0.28 | 0 | 0.33 | 297.5 | 0.22 | 0.58 |
| Hex | A9 | 7B | AB | 1 | 1C | 0 | 21 | 12A | 16 | 3A |
| Octal | 251 | 173 | 253 | 1 | 34 | 0 | 41 | 452 | 26 | 72 |
| Binary | 10101001 | 1111011 | 10101011 | 1 | 11100 | 0 | 100001 | 100101010 | 10110 | 111010 |
Color Harmonies of #A97BAB
Complementary color
Monochromatic Colors of #A97BAB
Black with #A97BAB
Text Example
Text Example
White with #A97BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97BAB; }
p { color: rgb(169,123,171); }
H1.HeaderClassName
{
color: #A97BAB;
}
.AnyTagClassName
{
color: #A97BAB;
}
</style>
background-color css
<style>
a { background-color: #A97BAB; }
a { background-color: rgb(169,123,171); }
div.DivClassName
{
background-color: #A97BAB;
}
.BgClassName
{
background-color: #A97BAB;
}
</style>
border-color css
<style>
span { border-color: #A97BAB; }
span { border-color: rgb(169,123,171); }
td.TdClassName
{
border-color: #A97BAB;
}
.TagClassName
{
border-color: #A97BAB;
}
</style>