Shades of London Hue #AC8AB1
Tints of London Hue #AC8AB1
RGB
CMYK
RGB Variations
Color information
#AC8AB1 (or 0xAC8AB1) is known color: London Hue. HEX triplet: AC, 8A and B1. RGB value is (172,138,177). Sum of RGB (Red+Green+Blue) = 172+138+177=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC8AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8AB1 is #53754E. Grayscale: #989898. Windows color (decimal): -5469519 or 11635372. OLE color: 11635372.
HSL color Cylindrical-coordinate representation of color #AC8AB1: hue angle of 292.31º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC8AB1 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 138 | 177 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.31 |
| HSL | 292.31º | 0.2% | 0.62% | - |
| HSV(B) | 292.31º | 0.22% | 0.69% | - |
| XYZ | 34.04 | 30.12 | 45.62 | - |
| YUV | 152.61 | 141.76 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 177 | 0.03 | 0.22 | 0 | 0.31 | 292.31 | 0.2 | 0.62 |
| Hex | AC | 8A | B1 | 3 | 16 | 0 | 1F | 124 | 14 | 3E |
| Octal | 254 | 212 | 261 | 3 | 26 | 0 | 37 | 444 | 24 | 76 |
| Binary | 10101100 | 10001010 | 10110001 | 11 | 10110 | 0 | 11111 | 100100100 | 10100 | 111110 |
Color Harmonies of #AC8AB1
Complementary color
Monochromatic Colors of #AC8AB1
Black with #AC8AB1
Text Example
Text Example
White with #AC8AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8AB1; }
p { color: rgb(172,138,177); }
H1.HeaderClassName
{
color: #AC8AB1;
}
.AnyTagClassName
{
color: #AC8AB1;
}
</style>
background-color css
<style>
a { background-color: #AC8AB1; }
a { background-color: rgb(172,138,177); }
div.DivClassName
{
background-color: #AC8AB1;
}
.BgClassName
{
background-color: #AC8AB1;
}
</style>
border-color css
<style>
span { border-color: #AC8AB1; }
span { border-color: rgb(172,138,177); }
td.TdClassName
{
border-color: #AC8AB1;
}
.TagClassName
{
border-color: #AC8AB1;
}
</style>