Shades of London Hue #A48BA8
Tints of London Hue #A48BA8
RGB
CMYK
RGB Variations
Color information
#A48BA8 (or 0xA48BA8) is known color: London Hue. HEX triplet: A4, 8B and A8. RGB value is (164,139,168). Sum of RGB (Red+Green+Blue) = 164+139+168=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 168 - color contains mainly: blue. Hex color #A48BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48BA8 is #5B7457. Grayscale: #959595. Windows color (decimal): -5993560 or 11045796. OLE color: 11045796.
HSL color Cylindrical-coordinate representation of color #A48BA8: hue angle of 291.72º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A48BA8 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 139 | 168 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.34 |
| HSL | 291.72º | 0.14% | 0.6% | - |
| HSV(B) | 291.72º | 0.17% | 0.66% | - |
| XYZ | 31.61 | 29.18 | 41.01 | - |
| YUV | 149.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 168 | 0.02 | 0.17 | 0 | 0.34 | 291.72 | 0.14 | 0.6 |
| Hex | A4 | 8B | A8 | 2 | 11 | 0 | 22 | 124 | E | 3C |
| Octal | 244 | 213 | 250 | 2 | 21 | 0 | 42 | 444 | 16 | 74 |
| Binary | 10100100 | 10001011 | 10101000 | 10 | 10001 | 0 | 100010 | 100100100 | 1110 | 111100 |
Color Harmonies of #A48BA8
Complementary color
Monochromatic Colors of #A48BA8
Black with #A48BA8
Text Example
Text Example
White with #A48BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48BA8; }
p { color: rgb(164,139,168); }
H1.HeaderClassName
{
color: #A48BA8;
}
.AnyTagClassName
{
color: #A48BA8;
}
</style>
background-color css
<style>
a { background-color: #A48BA8; }
a { background-color: rgb(164,139,168); }
div.DivClassName
{
background-color: #A48BA8;
}
.BgClassName
{
background-color: #A48BA8;
}
</style>
border-color css
<style>
span { border-color: #A48BA8; }
span { border-color: rgb(164,139,168); }
td.TdClassName
{
border-color: #A48BA8;
}
.TagClassName
{
border-color: #A48BA8;
}
</style>