Shades of London Hue #AC96B0
Tints of London Hue #AC96B0
RGB
CMYK
RGB Variations
Color information
#AC96B0 (or 0xAC96B0) is known color: London Hue. HEX triplet: AC, 96 and B0. RGB value is (172,150,176). Sum of RGB (Red+Green+Blue) = 172+150+176=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC96B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96B0 is #53694F. Grayscale: #9F9F9F. Windows color (decimal): -5466448 or 11572908. OLE color: 11572908.
HSL color Cylindrical-coordinate representation of color #AC96B0: hue angle of 290.77º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC96B0 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 172 | 150 | 176 | - |
CMYK | 0.02 | 0.15 | 0 | 0.31 |
HSL | 290.77º | 0.14% | 0.64% | - |
HSV(B) | 290.77º | 0.15% | 0.69% | - |
XYZ | 35.76 | 33.72 | 45.7 | - |
YUV | 159.54 | 137.29 | 136.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 150 | 176 | 0.02 | 0.15 | 0 | 0.31 | 290.77 | 0.14 | 0.64 |
Hex | AC | 96 | B0 | 2 | F | 0 | 1F | 123 | E | 40 |
Octal | 254 | 226 | 260 | 2 | 17 | 0 | 37 | 443 | 16 | 100 |
Binary | 10101100 | 10010110 | 10110000 | 10 | 1111 | 0 | 11111 | 100100011 | 1110 | 1000000 |
Color Harmonies of #AC96B0
Complementary color
Monochromatic Colors of #AC96B0
Black with #AC96B0
Text Example
Text Example
White with #AC96B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC96B0; }
p { color: rgb(172,150,176); }
H1.HeaderClassName
{
color: #AC96B0;
}
.AnyTagClassName
{
color: #AC96B0;
}
</style>
background-color css
<style>
a { background-color: #AC96B0; }
a { background-color: rgb(172,150,176); }
div.DivClassName
{
background-color: #AC96B0;
}
.BgClassName
{
background-color: #AC96B0;
}
</style>
border-color css
<style>
span { border-color: #AC96B0; }
span { border-color: rgb(172,150,176); }
td.TdClassName
{
border-color: #AC96B0;
}
.TagClassName
{
border-color: #AC96B0;
}
</style>