Shades of London Hue #A485A2
Tints of London Hue #A485A2
RGB
CMYK
RGB Variations
Color information
#A485A2 (or 0xA485A2) is known color: London Hue. HEX triplet: A4, 85 and A2. RGB value is (164,133,162). Sum of RGB (Red+Green+Blue) = 164+133+162=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A485A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A485A2 is #5B7A5D. Grayscale: #919191. Windows color (decimal): -5995102 or 10651044. OLE color: 10651044.
HSL color Cylindrical-coordinate representation of color #A485A2: hue angle of 303.87º 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 #A485A2 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 133 | 162 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.36 |
| HSL | 303.87º | 0.15% | 0.58% | - |
| HSV(B) | 303.87º | 0.19% | 0.64% | - |
| XYZ | 30.22 | 27.28 | 37.85 | - |
| YUV | 145.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 162 | 0 | 0.19 | 0.01 | 0.36 | 303.87 | 0.15 | 0.58 |
| Hex | A4 | 85 | A2 | 0 | 13 | 1 | 24 | 130 | F | 3A |
| Octal | 244 | 205 | 242 | 0 | 23 | 1 | 44 | 460 | 17 | 72 |
| Binary | 10100100 | 10000101 | 10100010 | 0 | 10011 | 1 | 100100 | 100110000 | 1111 | 111010 |
Color Harmonies of #A485A2
Complementary color
Monochromatic Colors of #A485A2
Black with #A485A2
Text Example
Text Example
White with #A485A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A485A2; }
p { color: rgb(164,133,162); }
H1.HeaderClassName
{
color: #A485A2;
}
.AnyTagClassName
{
color: #A485A2;
}
</style>
background-color css
<style>
a { background-color: #A485A2; }
a { background-color: rgb(164,133,162); }
div.DivClassName
{
background-color: #A485A2;
}
.BgClassName
{
background-color: #A485A2;
}
</style>
border-color css
<style>
span { border-color: #A485A2; }
span { border-color: rgb(164,133,162); }
td.TdClassName
{
border-color: #A485A2;
}
.TagClassName
{
border-color: #A485A2;
}
</style>