Shades of London Hue #A488A7
Tints of London Hue #A488A7
RGB
CMYK
RGB Variations
Color information
#A488A7 (or 0xA488A7) is known color: London Hue. HEX triplet: A4, 88 and A7. RGB value is (164,136,167). Sum of RGB (Red+Green+Blue) = 164+136+167=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 167 - color contains mainly: blue. Hex color #A488A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A488A7 is #5B7758. Grayscale: #939393. Windows color (decimal): -5994329 or 10979492. OLE color: 10979492.
HSL color Cylindrical-coordinate representation of color #A488A7: hue angle of 294.19º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A488A7 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 136 | 167 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.35 |
| HSL | 294.19º | 0.15% | 0.59% | - |
| HSV(B) | 294.19º | 0.19% | 0.65% | - |
| XYZ | 31.09 | 28.29 | 40.38 | - |
| YUV | 147.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 167 | 0.02 | 0.19 | 0 | 0.35 | 294.19 | 0.15 | 0.59 |
| Hex | A4 | 88 | A7 | 2 | 13 | 0 | 23 | 126 | F | 3B |
| Octal | 244 | 210 | 247 | 2 | 23 | 0 | 43 | 446 | 17 | 73 |
| Binary | 10100100 | 10001000 | 10100111 | 10 | 10011 | 0 | 100011 | 100100110 | 1111 | 111011 |
Color Harmonies of #A488A7
Complementary color
Monochromatic Colors of #A488A7
Black with #A488A7
Text Example
Text Example
White with #A488A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488A7; }
p { color: rgb(164,136,167); }
H1.HeaderClassName
{
color: #A488A7;
}
.AnyTagClassName
{
color: #A488A7;
}
</style>
background-color css
<style>
a { background-color: #A488A7; }
a { background-color: rgb(164,136,167); }
div.DivClassName
{
background-color: #A488A7;
}
.BgClassName
{
background-color: #A488A7;
}
</style>
border-color css
<style>
span { border-color: #A488A7; }
span { border-color: rgb(164,136,167); }
td.TdClassName
{
border-color: #A488A7;
}
.TagClassName
{
border-color: #A488A7;
}
</style>