Shades of London Hue #AC93AD
Tints of London Hue #AC93AD
RGB
CMYK
RGB Variations
Color information
#AC93AD (or 0xAC93AD) is known color: London Hue. HEX triplet: AC, 93 and AD. RGB value is (172,147,173). Sum of RGB (Red+Green+Blue) = 172+147+173=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC93AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93AD is #536C52. Grayscale: #9D9D9D. Windows color (decimal): -5467219 or 11375532. OLE color: 11375532.
HSL color Cylindrical-coordinate representation of color #AC93AD: hue angle of 297.69º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC93AD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 147 | 173 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.32 |
| HSL | 297.69º | 0.14% | 0.63% | - |
| HSV(B) | 297.69º | 0.15% | 0.68% | - |
| XYZ | 34.99 | 32.66 | 43.99 | - |
| YUV | 157.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 173 | 0.01 | 0.15 | 0 | 0.32 | 297.69 | 0.14 | 0.63 |
| Hex | AC | 93 | AD | 1 | F | 0 | 20 | 12A | E | 3F |
| Octal | 254 | 223 | 255 | 1 | 17 | 0 | 40 | 452 | 16 | 77 |
| Binary | 10101100 | 10010011 | 10101101 | 1 | 1111 | 0 | 100000 | 100101010 | 1110 | 111111 |
Color Harmonies of #AC93AD
Complementary color
Monochromatic Colors of #AC93AD
Black with #AC93AD
Text Example
Text Example
White with #AC93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC93AD; }
p { color: rgb(172,147,173); }
H1.HeaderClassName
{
color: #AC93AD;
}
.AnyTagClassName
{
color: #AC93AD;
}
</style>
background-color css
<style>
a { background-color: #AC93AD; }
a { background-color: rgb(172,147,173); }
div.DivClassName
{
background-color: #AC93AD;
}
.BgClassName
{
background-color: #AC93AD;
}
</style>
border-color css
<style>
span { border-color: #AC93AD; }
span { border-color: rgb(172,147,173); }
td.TdClassName
{
border-color: #AC93AD;
}
.TagClassName
{
border-color: #AC93AD;
}
</style>