Shades of London Hue #A48BA3
Tints of London Hue #A48BA3
RGB
CMYK
RGB Variations
Color information
#A48BA3 (or 0xA48BA3) is known color: London Hue. HEX triplet: A4, 8B and A3. RGB value is (164,139,163). Sum of RGB (Red+Green+Blue) = 164+139+163=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 164 - color contains mainly: red. Hex color #A48BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48BA3 is #5B745C. Grayscale: #959595. Windows color (decimal): -5993565 or 10718116. OLE color: 10718116.
HSL color Cylindrical-coordinate representation of color #A48BA3: hue angle of 302.4º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A48BA3 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
RGB | 164 | 139 | 163 | - |
CMYK | 0 | 0.15 | 0.01 | 0.36 |
HSL | 302.4º | 0.12% | 0.59% | - |
HSV(B) | 302.4º | 0.15% | 0.64% | - |
XYZ | 31.15 | 29 | 38.61 | - |
YUV | 149.21 | 135.78 | 138.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 139 | 163 | 0 | 0.15 | 0.01 | 0.36 | 302.4 | 0.12 | 0.59 |
Hex | A4 | 8B | A3 | 0 | F | 1 | 24 | 12E | C | 3B |
Octal | 244 | 213 | 243 | 0 | 17 | 1 | 44 | 456 | 14 | 73 |
Binary | 10100100 | 10001011 | 10100011 | 0 | 1111 | 1 | 100100 | 100101110 | 1100 | 111011 |
Color Harmonies of #A48BA3
Complementary color
Monochromatic Colors of #A48BA3
Black with #A48BA3
Text Example
Text Example
White with #A48BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48BA3; }
p { color: rgb(164,139,163); }
H1.HeaderClassName
{
color: #A48BA3;
}
.AnyTagClassName
{
color: #A48BA3;
}
</style>
background-color css
<style>
a { background-color: #A48BA3; }
a { background-color: rgb(164,139,163); }
div.DivClassName
{
background-color: #A48BA3;
}
.BgClassName
{
background-color: #A48BA3;
}
</style>
border-color css
<style>
span { border-color: #A48BA3; }
span { border-color: rgb(164,139,163); }
td.TdClassName
{
border-color: #A48BA3;
}
.TagClassName
{
border-color: #A48BA3;
}
</style>