Shades of London Hue #A485A6
Tints of London Hue #A485A6
RGB
CMYK
RGB Variations
Color information
#A485A6 (or 0xA485A6) is known color: London Hue. HEX triplet: A4, 85 and A6. RGB value is (164,133,166). Sum of RGB (Red+Green+Blue) = 164+133+166=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 166 - color contains mainly: blue. Hex color #A485A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A485A6 is #5B7A59. Grayscale: #919191. Windows color (decimal): -5995098 or 10913188. OLE color: 10913188.
HSL color Cylindrical-coordinate representation of color #A485A6: hue angle of 296.36º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A485A6 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 133 | 166 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.35 |
| HSL | 296.36º | 0.16% | 0.59% | - |
| HSV(B) | 296.36º | 0.2% | 0.65% | - |
| XYZ | 30.58 | 27.42 | 39.76 | - |
| YUV | 146.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 166 | 0.01 | 0.20 | 0 | 0.35 | 296.36 | 0.16 | 0.59 |
| Hex | A4 | 85 | A6 | 1 | 14 | 0 | 23 | 128 | 10 | 3B |
| Octal | 244 | 205 | 246 | 1 | 24 | 0 | 43 | 450 | 20 | 73 |
| Binary | 10100100 | 10000101 | 10100110 | 1 | 10100 | 0 | 100011 | 100101000 | 10000 | 111011 |
Color Harmonies of #A485A6
Complementary color
Monochromatic Colors of #A485A6
Black with #A485A6
Text Example
Text Example
White with #A485A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A485A6; }
p { color: rgb(164,133,166); }
H1.HeaderClassName
{
color: #A485A6;
}
.AnyTagClassName
{
color: #A485A6;
}
</style>
background-color css
<style>
a { background-color: #A485A6; }
a { background-color: rgb(164,133,166); }
div.DivClassName
{
background-color: #A485A6;
}
.BgClassName
{
background-color: #A485A6;
}
</style>
border-color css
<style>
span { border-color: #A485A6; }
span { border-color: rgb(164,133,166); }
td.TdClassName
{
border-color: #A485A6;
}
.TagClassName
{
border-color: #A485A6;
}
</style>