Shades of London Hue #A67CAA
Tints of London Hue #A67CAA
RGB
CMYK
RGB Variations
Color information
#A67CAA (or 0xA67CAA) is known color: London Hue. HEX triplet: A6, 7C and AA. RGB value is (166,124,170). Sum of RGB (Red+Green+Blue) = 166+124+170=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #A67CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67CAA is #598355. Grayscale: #8D8D8D. Windows color (decimal): -5866326 or 11173030. OLE color: 11173030.
HSL color Cylindrical-coordinate representation of color #A67CAA: hue angle of 294.78º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A67CAA is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 124 | 170 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.33 |
| HSL | 294.78º | 0.21% | 0.58% | - |
| HSV(B) | 294.78º | 0.27% | 0.67% | - |
| XYZ | 30.19 | 25.42 | 41.35 | - |
| YUV | 141.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 170 | 0.02 | 0.27 | 0 | 0.33 | 294.78 | 0.21 | 0.58 |
| Hex | A6 | 7C | AA | 2 | 1B | 0 | 21 | 127 | 15 | 3A |
| Octal | 246 | 174 | 252 | 2 | 33 | 0 | 41 | 447 | 25 | 72 |
| Binary | 10100110 | 1111100 | 10101010 | 10 | 11011 | 0 | 100001 | 100100111 | 10101 | 111010 |
Color Harmonies of #A67CAA
Complementary color
Monochromatic Colors of #A67CAA
Black with #A67CAA
Text Example
Text Example
White with #A67CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67CAA; }
p { color: rgb(166,124,170); }
H1.HeaderClassName
{
color: #A67CAA;
}
.AnyTagClassName
{
color: #A67CAA;
}
</style>
background-color css
<style>
a { background-color: #A67CAA; }
a { background-color: rgb(166,124,170); }
div.DivClassName
{
background-color: #A67CAA;
}
.BgClassName
{
background-color: #A67CAA;
}
</style>
border-color css
<style>
span { border-color: #A67CAA; }
span { border-color: rgb(166,124,170); }
td.TdClassName
{
border-color: #A67CAA;
}
.TagClassName
{
border-color: #A67CAA;
}
</style>