Shades of London Hue #AC9AAD
Tints of London Hue #AC9AAD
RGB
CMYK
RGB Variations
Color information
#AC9AAD (or 0xAC9AAD) is known color: London Hue. HEX triplet: AC, 9A and AD. RGB value is (172,154,173). Sum of RGB (Red+Green+Blue) = 172+154+173=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC9AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AAD is #536552. Grayscale: #A1A1A1. Windows color (decimal): -5465427 or 11377324. OLE color: 11377324.
HSL color Cylindrical-coordinate representation of color #AC9AAD: hue angle of 296.84º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AC9AAD is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 154 | 173 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.32 |
| HSL | 296.84º | 0.1% | 0.64% | - |
| HSV(B) | 296.84º | 0.11% | 0.68% | - |
| XYZ | 36.11 | 34.9 | 44.37 | - |
| YUV | 161.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 173 | 0.01 | 0.11 | 0 | 0.32 | 296.84 | 0.1 | 0.64 |
| Hex | AC | 9A | AD | 1 | B | 0 | 20 | 129 | A | 40 |
| Octal | 254 | 232 | 255 | 1 | 13 | 0 | 40 | 451 | 12 | 100 |
| Binary | 10101100 | 10011010 | 10101101 | 1 | 1011 | 0 | 100000 | 100101001 | 1010 | 1000000 |
Color Harmonies of #AC9AAD
Complementary color
Monochromatic Colors of #AC9AAD
Black with #AC9AAD
Text Example
Text Example
White with #AC9AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9AAD; }
p { color: rgb(172,154,173); }
H1.HeaderClassName
{
color: #AC9AAD;
}
.AnyTagClassName
{
color: #AC9AAD;
}
</style>
background-color css
<style>
a { background-color: #AC9AAD; }
a { background-color: rgb(172,154,173); }
div.DivClassName
{
background-color: #AC9AAD;
}
.BgClassName
{
background-color: #AC9AAD;
}
</style>
border-color css
<style>
span { border-color: #AC9AAD; }
span { border-color: rgb(172,154,173); }
td.TdClassName
{
border-color: #AC9AAD;
}
.TagClassName
{
border-color: #AC9AAD;
}
</style>