Shades of London Hue #A886AC
Tints of London Hue #A886AC
RGB
CMYK
RGB Variations
Color information
#A886AC (or 0xA886AC) is known color: London Hue. HEX triplet: A8, 86 and AC. RGB value is (168,134,172). Sum of RGB (Red+Green+Blue) = 168+134+172=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #A886AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A886AC is #577953. Grayscale: #949494. Windows color (decimal): -5732692 or 11306664. OLE color: 11306664.
HSL color Cylindrical-coordinate representation of color #A886AC: hue angle of 293.68º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A886AC is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 134 | 172 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.33 |
| HSL | 293.68º | 0.19% | 0.6% | - |
| HSV(B) | 293.68º | 0.22% | 0.67% | - |
| XYZ | 32.12 | 28.35 | 42.81 | - |
| YUV | 148.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 172 | 0.02 | 0.22 | 0 | 0.33 | 293.68 | 0.19 | 0.6 |
| Hex | A8 | 86 | AC | 2 | 16 | 0 | 21 | 126 | 13 | 3C |
| Octal | 250 | 206 | 254 | 2 | 26 | 0 | 41 | 446 | 23 | 74 |
| Binary | 10101000 | 10000110 | 10101100 | 10 | 10110 | 0 | 100001 | 100100110 | 10011 | 111100 |
Color Harmonies of #A886AC
Complementary color
Monochromatic Colors of #A886AC
Black with #A886AC
Text Example
Text Example
White with #A886AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A886AC; }
p { color: rgb(168,134,172); }
H1.HeaderClassName
{
color: #A886AC;
}
.AnyTagClassName
{
color: #A886AC;
}
</style>
background-color css
<style>
a { background-color: #A886AC; }
a { background-color: rgb(168,134,172); }
div.DivClassName
{
background-color: #A886AC;
}
.BgClassName
{
background-color: #A886AC;
}
</style>
border-color css
<style>
span { border-color: #A886AC; }
span { border-color: rgb(168,134,172); }
td.TdClassName
{
border-color: #A886AC;
}
.TagClassName
{
border-color: #A886AC;
}
</style>