Shades of London Hue #A48AA0
Tints of London Hue #A48AA0
RGB
CMYK
RGB Variations
Color information
#A48AA0 (or 0xA48AA0) is known color: London Hue. HEX triplet: A4, 8A and A0. RGB value is (164,138,160). Sum of RGB (Red+Green+Blue) = 164+138+160=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A48AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48AA0 is #5B755F. Grayscale: #949494. Windows color (decimal): -5993824 or 10521252. OLE color: 10521252.
HSL color Cylindrical-coordinate representation of color #A48AA0: hue angle of 309.23º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A48AA0 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 160 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.36 |
| HSL | 309.23º | 0.13% | 0.59% | - |
| HSV(B) | 309.23º | 0.16% | 0.64% | - |
| XYZ | 30.74 | 28.61 | 37.16 | - |
| YUV | 148.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 160 | 0 | 0.16 | 0.02 | 0.36 | 309.23 | 0.13 | 0.59 |
| Hex | A4 | 8A | A0 | 0 | 10 | 2 | 24 | 135 | C | 3B |
| Octal | 244 | 212 | 240 | 0 | 20 | 2 | 44 | 465 | 14 | 73 |
| Binary | 10100100 | 10001010 | 10100000 | 0 | 10000 | 10 | 100100 | 100110101 | 1100 | 111011 |
Color Harmonies of #A48AA0
Complementary color
Monochromatic Colors of #A48AA0
Black with #A48AA0
Text Example
Text Example
White with #A48AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48AA0; }
p { color: rgb(164,138,160); }
H1.HeaderClassName
{
color: #A48AA0;
}
.AnyTagClassName
{
color: #A48AA0;
}
</style>
background-color css
<style>
a { background-color: #A48AA0; }
a { background-color: rgb(164,138,160); }
div.DivClassName
{
background-color: #A48AA0;
}
.BgClassName
{
background-color: #A48AA0;
}
</style>
border-color css
<style>
span { border-color: #A48AA0; }
span { border-color: rgb(164,138,160); }
td.TdClassName
{
border-color: #A48AA0;
}
.TagClassName
{
border-color: #A48AA0;
}
</style>