Shades of London Hue #AC8AAE
Tints of London Hue #AC8AAE
RGB
CMYK
RGB Variations
Color information
#AC8AAE (or 0xAC8AAE) is known color: London Hue. HEX triplet: AC, 8A and AE. RGB value is (172,138,174). Sum of RGB (Red+Green+Blue) = 172+138+174=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC8AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8AAE is #537551. Grayscale: #989898. Windows color (decimal): -5469522 or 11438764. OLE color: 11438764.
HSL color Cylindrical-coordinate representation of color #AC8AAE: hue angle of 296.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC8AAE is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 138 | 174 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.32 |
| HSL | 296.67º | 0.18% | 0.61% | - |
| HSV(B) | 296.67º | 0.21% | 0.68% | - |
| XYZ | 33.74 | 30 | 44.06 | - |
| YUV | 152.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 174 | 0.01 | 0.21 | 0 | 0.32 | 296.67 | 0.18 | 0.61 |
| Hex | AC | 8A | AE | 1 | 15 | 0 | 20 | 129 | 12 | 3D |
| Octal | 254 | 212 | 256 | 1 | 25 | 0 | 40 | 451 | 22 | 75 |
| Binary | 10101100 | 10001010 | 10101110 | 1 | 10101 | 0 | 100000 | 100101001 | 10010 | 111101 |
Color Harmonies of #AC8AAE
Complementary color
Monochromatic Colors of #AC8AAE
Black with #AC8AAE
Text Example
Text Example
White with #AC8AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8AAE; }
p { color: rgb(172,138,174); }
H1.HeaderClassName
{
color: #AC8AAE;
}
.AnyTagClassName
{
color: #AC8AAE;
}
</style>
background-color css
<style>
a { background-color: #AC8AAE; }
a { background-color: rgb(172,138,174); }
div.DivClassName
{
background-color: #AC8AAE;
}
.BgClassName
{
background-color: #AC8AAE;
}
</style>
border-color css
<style>
span { border-color: #AC8AAE; }
span { border-color: rgb(172,138,174); }
td.TdClassName
{
border-color: #AC8AAE;
}
.TagClassName
{
border-color: #AC8AAE;
}
</style>