Shades of London Hue #A68BAA
Tints of London Hue #A68BAA
RGB
CMYK
RGB Variations
Color information
#A68BAA (or 0xA68BAA) is known color: London Hue. HEX triplet: A6, 8B and AA. RGB value is (166,139,170). Sum of RGB (Red+Green+Blue) = 166+139+170=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #A68BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68BAA is #597455. Grayscale: #969696. Windows color (decimal): -5862486 or 11176870. OLE color: 11176870.
HSL color Cylindrical-coordinate representation of color #A68BAA: hue angle of 292.26º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A68BAA is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 139 | 170 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.33 |
| HSL | 292.26º | 0.15% | 0.61% | - |
| HSV(B) | 292.26º | 0.18% | 0.67% | - |
| XYZ | 32.21 | 29.47 | 42.02 | - |
| YUV | 150.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 170 | 0.02 | 0.18 | 0 | 0.33 | 292.26 | 0.15 | 0.61 |
| Hex | A6 | 8B | AA | 2 | 12 | 0 | 21 | 124 | F | 3D |
| Octal | 246 | 213 | 252 | 2 | 22 | 0 | 41 | 444 | 17 | 75 |
| Binary | 10100110 | 10001011 | 10101010 | 10 | 10010 | 0 | 100001 | 100100100 | 1111 | 111101 |
Color Harmonies of #A68BAA
Complementary color
Monochromatic Colors of #A68BAA
Black with #A68BAA
Text Example
Text Example
White with #A68BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68BAA; }
p { color: rgb(166,139,170); }
H1.HeaderClassName
{
color: #A68BAA;
}
.AnyTagClassName
{
color: #A68BAA;
}
</style>
background-color css
<style>
a { background-color: #A68BAA; }
a { background-color: rgb(166,139,170); }
div.DivClassName
{
background-color: #A68BAA;
}
.BgClassName
{
background-color: #A68BAA;
}
</style>
border-color css
<style>
span { border-color: #A68BAA; }
span { border-color: rgb(166,139,170); }
td.TdClassName
{
border-color: #A68BAA;
}
.TagClassName
{
border-color: #A68BAA;
}
</style>