Shades of London Hue #A67CA8
Tints of London Hue #A67CA8
RGB
CMYK
RGB Variations
Color information
#A67CA8 (or 0xA67CA8) is known color: London Hue. HEX triplet: A6, 7C and A8. RGB value is (166,124,168). Sum of RGB (Red+Green+Blue) = 166+124+168=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 168 - color contains mainly: blue. Hex color #A67CA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67CA8 is #598357. Grayscale: #8D8D8D. Windows color (decimal): -5866328 or 11041958. OLE color: 11041958.
HSL color Cylindrical-coordinate representation of color #A67CA8: hue angle of 297.27º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A67CA8 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 124 | 168 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.34 |
| HSL | 297.27º | 0.2% | 0.57% | - |
| HSV(B) | 297.27º | 0.26% | 0.66% | - |
| XYZ | 30 | 25.35 | 40.36 | - |
| YUV | 141.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 168 | 0.01 | 0.26 | 0 | 0.34 | 297.27 | 0.2 | 0.57 |
| Hex | A6 | 7C | A8 | 1 | 1A | 0 | 22 | 129 | 14 | 39 |
| Octal | 246 | 174 | 250 | 1 | 32 | 0 | 42 | 451 | 24 | 71 |
| Binary | 10100110 | 1111100 | 10101000 | 1 | 11010 | 0 | 100010 | 100101001 | 10100 | 111001 |
Color Harmonies of #A67CA8
Complementary color
Monochromatic Colors of #A67CA8
Black with #A67CA8
Text Example
Text Example
White with #A67CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67CA8; }
p { color: rgb(166,124,168); }
H1.HeaderClassName
{
color: #A67CA8;
}
.AnyTagClassName
{
color: #A67CA8;
}
</style>
background-color css
<style>
a { background-color: #A67CA8; }
a { background-color: rgb(166,124,168); }
div.DivClassName
{
background-color: #A67CA8;
}
.BgClassName
{
background-color: #A67CA8;
}
</style>
border-color css
<style>
span { border-color: #A67CA8; }
span { border-color: rgb(166,124,168); }
td.TdClassName
{
border-color: #A67CA8;
}
.TagClassName
{
border-color: #A67CA8;
}
</style>