Shades of London Hue #A886AA
Tints of London Hue #A886AA
RGB
CMYK
RGB Variations
Color information
#A886AA (or 0xA886AA) is known color: London Hue. HEX triplet: A8, 86 and AA. RGB value is (168,134,170). Sum of RGB (Red+Green+Blue) = 168+134+170=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #A886AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A886AA is #577955. Grayscale: #949494. Windows color (decimal): -5732694 or 11175592. OLE color: 11175592.
HSL color Cylindrical-coordinate representation of color #A886AA: hue angle of 296.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A886AA is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 134 | 170 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.33 |
| HSL | 296.67º | 0.17% | 0.6% | - |
| HSV(B) | 296.67º | 0.21% | 0.67% | - |
| XYZ | 31.93 | 28.28 | 41.81 | - |
| YUV | 148.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 170 | 0.01 | 0.21 | 0 | 0.33 | 296.67 | 0.17 | 0.6 |
| Hex | A8 | 86 | AA | 1 | 15 | 0 | 21 | 129 | 11 | 3C |
| Octal | 250 | 206 | 252 | 1 | 25 | 0 | 41 | 451 | 21 | 74 |
| Binary | 10101000 | 10000110 | 10101010 | 1 | 10101 | 0 | 100001 | 100101001 | 10001 | 111100 |
Color Harmonies of #A886AA
Complementary color
Monochromatic Colors of #A886AA
Black with #A886AA
Text Example
Text Example
White with #A886AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A886AA; }
p { color: rgb(168,134,170); }
H1.HeaderClassName
{
color: #A886AA;
}
.AnyTagClassName
{
color: #A886AA;
}
</style>
background-color css
<style>
a { background-color: #A886AA; }
a { background-color: rgb(168,134,170); }
div.DivClassName
{
background-color: #A886AA;
}
.BgClassName
{
background-color: #A886AA;
}
</style>
border-color css
<style>
span { border-color: #A886AA; }
span { border-color: rgb(168,134,170); }
td.TdClassName
{
border-color: #A886AA;
}
.TagClassName
{
border-color: #A886AA;
}
</style>