Shades of London Hue #AC89AD
Tints of London Hue #AC89AD
RGB
CMYK
RGB Variations
Color information
#AC89AD (or 0xAC89AD) is known color: London Hue. HEX triplet: AC, 89 and AD. RGB value is (172,137,173). Sum of RGB (Red+Green+Blue) = 172+137+173=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC89AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC89AD is #537652. Grayscale: #979797. Windows color (decimal): -5469779 or 11372972. OLE color: 11372972.
HSL color Cylindrical-coordinate representation of color #AC89AD: hue angle of 298.33º 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 #AC89AD is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 137 | 173 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.32 |
| HSL | 298.33º | 0.18% | 0.61% | - |
| HSV(B) | 298.33º | 0.21% | 0.68% | - |
| XYZ | 33.5 | 29.68 | 43.5 | - |
| YUV | 151.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 173 | 0.01 | 0.21 | 0 | 0.32 | 298.33 | 0.18 | 0.61 |
| Hex | AC | 89 | AD | 1 | 15 | 0 | 20 | 12A | 12 | 3D |
| Octal | 254 | 211 | 255 | 1 | 25 | 0 | 40 | 452 | 22 | 75 |
| Binary | 10101100 | 10001001 | 10101101 | 1 | 10101 | 0 | 100000 | 100101010 | 10010 | 111101 |
Color Harmonies of #AC89AD
Complementary color
Monochromatic Colors of #AC89AD
Black with #AC89AD
Text Example
Text Example
White with #AC89AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89AD; }
p { color: rgb(172,137,173); }
H1.HeaderClassName
{
color: #AC89AD;
}
.AnyTagClassName
{
color: #AC89AD;
}
</style>
background-color css
<style>
a { background-color: #AC89AD; }
a { background-color: rgb(172,137,173); }
div.DivClassName
{
background-color: #AC89AD;
}
.BgClassName
{
background-color: #AC89AD;
}
</style>
border-color css
<style>
span { border-color: #AC89AD; }
span { border-color: rgb(172,137,173); }
td.TdClassName
{
border-color: #AC89AD;
}
.TagClassName
{
border-color: #AC89AD;
}
</style>