Shades of London Hue #AC85B1
Tints of London Hue #AC85B1
RGB
CMYK
RGB Variations
Color information
#AC85B1 (or 0xAC85B1) is known color: London Hue. HEX triplet: AC, 85 and B1. RGB value is (172,133,177). Sum of RGB (Red+Green+Blue) = 172+133+177=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC85B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC85B1 is #537A4E. Grayscale: #959595. Windows color (decimal): -5470799 or 11634092. OLE color: 11634092.
HSL color Cylindrical-coordinate representation of color #AC85B1: hue angle of 293.18º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC85B1 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 133 | 177 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.31 |
| HSL | 293.18º | 0.22% | 0.61% | - |
| HSV(B) | 293.18º | 0.25% | 0.69% | - |
| XYZ | 33.34 | 28.72 | 45.38 | - |
| YUV | 149.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 177 | 0.03 | 0.25 | 0 | 0.31 | 293.18 | 0.22 | 0.61 |
| Hex | AC | 85 | B1 | 3 | 19 | 0 | 1F | 125 | 16 | 3D |
| Octal | 254 | 205 | 261 | 3 | 31 | 0 | 37 | 445 | 26 | 75 |
| Binary | 10101100 | 10000101 | 10110001 | 11 | 11001 | 0 | 11111 | 100100101 | 10110 | 111101 |
Color Harmonies of #AC85B1
Complementary color
Monochromatic Colors of #AC85B1
Black with #AC85B1
Text Example
Text Example
White with #AC85B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC85B1; }
p { color: rgb(172,133,177); }
H1.HeaderClassName
{
color: #AC85B1;
}
.AnyTagClassName
{
color: #AC85B1;
}
</style>
background-color css
<style>
a { background-color: #AC85B1; }
a { background-color: rgb(172,133,177); }
div.DivClassName
{
background-color: #AC85B1;
}
.BgClassName
{
background-color: #AC85B1;
}
</style>
border-color css
<style>
span { border-color: #AC85B1; }
span { border-color: rgb(172,133,177); }
td.TdClassName
{
border-color: #AC85B1;
}
.TagClassName
{
border-color: #AC85B1;
}
</style>