Shades of London Hue #A485A5
Tints of London Hue #A485A5
RGB
CMYK
RGB Variations
Color information
#A485A5 (or 0xA485A5) is known color: London Hue. HEX triplet: A4, 85 and A5. RGB value is (164,133,165). Sum of RGB (Red+Green+Blue) = 164+133+165=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 165 - color contains mainly: blue. Hex color #A485A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A485A5 is #5B7A5A. Grayscale: #919191. Windows color (decimal): -5995099 or 10847652. OLE color: 10847652.
HSL color Cylindrical-coordinate representation of color #A485A5: hue angle of 298.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A485A5 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 133 | 165 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.35 |
| HSL | 298.13º | 0.15% | 0.58% | - |
| HSV(B) | 298.13º | 0.19% | 0.65% | - |
| XYZ | 30.49 | 27.38 | 39.28 | - |
| YUV | 145.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 165 | 0.01 | 0.19 | 0 | 0.35 | 298.13 | 0.15 | 0.58 |
| Hex | A4 | 85 | A5 | 1 | 13 | 0 | 23 | 12A | F | 3A |
| Octal | 244 | 205 | 245 | 1 | 23 | 0 | 43 | 452 | 17 | 72 |
| Binary | 10100100 | 10000101 | 10100101 | 1 | 10011 | 0 | 100011 | 100101010 | 1111 | 111010 |
Color Harmonies of #A485A5
Complementary color
Monochromatic Colors of #A485A5
Black with #A485A5
Text Example
Text Example
White with #A485A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A485A5; }
p { color: rgb(164,133,165); }
H1.HeaderClassName
{
color: #A485A5;
}
.AnyTagClassName
{
color: #A485A5;
}
</style>
background-color css
<style>
a { background-color: #A485A5; }
a { background-color: rgb(164,133,165); }
div.DivClassName
{
background-color: #A485A5;
}
.BgClassName
{
background-color: #A485A5;
}
</style>
border-color css
<style>
span { border-color: #A485A5; }
span { border-color: rgb(164,133,165); }
td.TdClassName
{
border-color: #A485A5;
}
.TagClassName
{
border-color: #A485A5;
}
</style>