Shades of London Hue #A485A0
Tints of London Hue #A485A0
RGB
CMYK
RGB Variations
Color information
#A485A0 (or 0xA485A0) is known color: London Hue. HEX triplet: A4, 85 and A0. RGB value is (164,133,160). Sum of RGB (Red+Green+Blue) = 164+133+160=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A485A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A485A0 is #5B7A5F. Grayscale: #919191. Windows color (decimal): -5995104 or 10519972. OLE color: 10519972.
HSL color Cylindrical-coordinate representation of color #A485A0: hue angle of 307.74º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A485A0 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 133 | 160 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.36 |
| HSL | 307.74º | 0.15% | 0.58% | - |
| HSV(B) | 307.74º | 0.19% | 0.64% | - |
| XYZ | 30.04 | 27.21 | 36.93 | - |
| YUV | 145.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 160 | 0 | 0.19 | 0.02 | 0.36 | 307.74 | 0.15 | 0.58 |
| Hex | A4 | 85 | A0 | 0 | 13 | 2 | 24 | 134 | F | 3A |
| Octal | 244 | 205 | 240 | 0 | 23 | 2 | 44 | 464 | 17 | 72 |
| Binary | 10100100 | 10000101 | 10100000 | 0 | 10011 | 10 | 100100 | 100110100 | 1111 | 111010 |
Color Harmonies of #A485A0
Complementary color
Monochromatic Colors of #A485A0
Black with #A485A0
Text Example
Text Example
White with #A485A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A485A0; }
p { color: rgb(164,133,160); }
H1.HeaderClassName
{
color: #A485A0;
}
.AnyTagClassName
{
color: #A485A0;
}
</style>
background-color css
<style>
a { background-color: #A485A0; }
a { background-color: rgb(164,133,160); }
div.DivClassName
{
background-color: #A485A0;
}
.BgClassName
{
background-color: #A485A0;
}
</style>
border-color css
<style>
span { border-color: #A485A0; }
span { border-color: rgb(164,133,160); }
td.TdClassName
{
border-color: #A485A0;
}
.TagClassName
{
border-color: #A485A0;
}
</style>