Shades of East Side #A48DBB
Tints of East Side #A48DBB
RGB
CMYK
RGB Variations
Color information
#A48DBB (or 0xA48DBB) is known color: East Side. HEX triplet: A4, 8D and BB. RGB value is (164,141,187). Sum of RGB (Red+Green+Blue) = 164+141+187=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #A48DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DBB is #5B7244. Grayscale: #989898. Windows color (decimal): -5993029 or 12291492. OLE color: 12291492.
HSL color Cylindrical-coordinate representation of color #A48DBB: hue angle of 270º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A48DBB is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 141 | 187 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.27 |
| HSL | 270º | 0.25% | 0.64% | - |
| HSV(B) | 270º | 0.25% | 0.73% | - |
| XYZ | 33.8 | 30.53 | 51.12 | - |
| YUV | 153.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 187 | 0.12 | 0.25 | 0 | 0.27 | 270 | 0.25 | 0.64 |
| Hex | A4 | 8D | BB | C | 19 | 0 | 1B | 10E | 19 | 40 |
| Octal | 244 | 215 | 273 | 14 | 31 | 0 | 33 | 416 | 31 | 100 |
| Binary | 10100100 | 10001101 | 10111011 | 1100 | 11001 | 0 | 11011 | 100001110 | 11001 | 1000000 |
Color Harmonies of #A48DBB
Complementary color
Monochromatic Colors of #A48DBB
Black with #A48DBB
Text Example
Text Example
White with #A48DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48DBB; }
p { color: rgb(164,141,187); }
H1.HeaderClassName
{
color: #A48DBB;
}
.AnyTagClassName
{
color: #A48DBB;
}
</style>
background-color css
<style>
a { background-color: #A48DBB; }
a { background-color: rgb(164,141,187); }
div.DivClassName
{
background-color: #A48DBB;
}
.BgClassName
{
background-color: #A48DBB;
}
</style>
border-color css
<style>
span { border-color: #A48DBB; }
span { border-color: rgb(164,141,187); }
td.TdClassName
{
border-color: #A48DBB;
}
.TagClassName
{
border-color: #A48DBB;
}
</style>