Shades of London Hue #A67BAB
Tints of London Hue #A67BAB
RGB
CMYK
RGB Variations
Color information
#A67BAB (or 0xA67BAB) is known color: London Hue. HEX triplet: A6, 7B and AB. RGB value is (166,123,171). Sum of RGB (Red+Green+Blue) = 166+123+171=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #A67BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67BAB is #598454. Grayscale: #8D8D8D. Windows color (decimal): -5866581 or 11238310. OLE color: 11238310.
HSL color Cylindrical-coordinate representation of color #A67BAB: hue angle of 293.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67BAB is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 123 | 171 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.33 |
| HSL | 293.75º | 0.22% | 0.58% | - |
| HSV(B) | 293.75º | 0.28% | 0.67% | - |
| XYZ | 30.16 | 25.21 | 41.81 | - |
| YUV | 141.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 171 | 0.03 | 0.28 | 0 | 0.33 | 293.75 | 0.22 | 0.58 |
| Hex | A6 | 7B | AB | 3 | 1C | 0 | 21 | 126 | 16 | 3A |
| Octal | 246 | 173 | 253 | 3 | 34 | 0 | 41 | 446 | 26 | 72 |
| Binary | 10100110 | 1111011 | 10101011 | 11 | 11100 | 0 | 100001 | 100100110 | 10110 | 111010 |
Color Harmonies of #A67BAB
Complementary color
Monochromatic Colors of #A67BAB
Black with #A67BAB
Text Example
Text Example
White with #A67BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BAB; }
p { color: rgb(166,123,171); }
H1.HeaderClassName
{
color: #A67BAB;
}
.AnyTagClassName
{
color: #A67BAB;
}
</style>
background-color css
<style>
a { background-color: #A67BAB; }
a { background-color: rgb(166,123,171); }
div.DivClassName
{
background-color: #A67BAB;
}
.BgClassName
{
background-color: #A67BAB;
}
</style>
border-color css
<style>
span { border-color: #A67BAB; }
span { border-color: rgb(166,123,171); }
td.TdClassName
{
border-color: #A67BAB;
}
.TagClassName
{
border-color: #A67BAB;
}
</style>