Shades of London Hue #A489A7
Tints of London Hue #A489A7
RGB
CMYK
RGB Variations
Color information
#A489A7 (or 0xA489A7) is known color: London Hue. HEX triplet: A4, 89 and A7. RGB value is (164,137,167). Sum of RGB (Red+Green+Blue) = 164+137+167=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 167 - color contains mainly: blue. Hex color #A489A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A489A7 is #5B7658. Grayscale: #949494. Windows color (decimal): -5994073 or 10979748. OLE color: 10979748.
HSL color Cylindrical-coordinate representation of color #A489A7: hue angle of 294º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A489A7 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 137 | 167 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.35 |
| HSL | 294º | 0.15% | 0.6% | - |
| HSV(B) | 294º | 0.18% | 0.65% | - |
| XYZ | 31.23 | 28.57 | 40.43 | - |
| YUV | 148.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 167 | 0.02 | 0.18 | 0 | 0.35 | 294 | 0.15 | 0.6 |
| Hex | A4 | 89 | A7 | 2 | 12 | 0 | 23 | 126 | F | 3C |
| Octal | 244 | 211 | 247 | 2 | 22 | 0 | 43 | 446 | 17 | 74 |
| Binary | 10100100 | 10001001 | 10100111 | 10 | 10010 | 0 | 100011 | 100100110 | 1111 | 111100 |
Color Harmonies of #A489A7
Complementary color
Monochromatic Colors of #A489A7
Black with #A489A7
Text Example
Text Example
White with #A489A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A489A7; }
p { color: rgb(164,137,167); }
H1.HeaderClassName
{
color: #A489A7;
}
.AnyTagClassName
{
color: #A489A7;
}
</style>
background-color css
<style>
a { background-color: #A489A7; }
a { background-color: rgb(164,137,167); }
div.DivClassName
{
background-color: #A489A7;
}
.BgClassName
{
background-color: #A489A7;
}
</style>
border-color css
<style>
span { border-color: #A489A7; }
span { border-color: rgb(164,137,167); }
td.TdClassName
{
border-color: #A489A7;
}
.TagClassName
{
border-color: #A489A7;
}
</style>