Shades of East Side #A48DB7
Tints of East Side #A48DB7
RGB
CMYK
RGB Variations
Color information
#A48DB7 (or 0xA48DB7) is known color: East Side. HEX triplet: A4, 8D and B7. RGB value is (164,141,183). Sum of RGB (Red+Green+Blue) = 164+141+183=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 183 - color contains mainly: blue. Hex color #A48DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DB7 is #5B7248. Grayscale: #989898. Windows color (decimal): -5993033 or 12029348. OLE color: 12029348.
HSL color Cylindrical-coordinate representation of color #A48DB7: hue angle of 272.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A48DB7 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 141 | 183 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.28 |
| HSL | 272.86º | 0.23% | 0.64% | - |
| HSV(B) | 272.86º | 0.23% | 0.72% | - |
| XYZ | 33.38 | 30.36 | 48.9 | - |
| YUV | 152.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 183 | 0.10 | 0.23 | 0 | 0.28 | 272.86 | 0.23 | 0.64 |
| Hex | A4 | 8D | B7 | A | 17 | 0 | 1C | 111 | 17 | 40 |
| Octal | 244 | 215 | 267 | 12 | 27 | 0 | 34 | 421 | 27 | 100 |
| Binary | 10100100 | 10001101 | 10110111 | 1010 | 10111 | 0 | 11100 | 100010001 | 10111 | 1000000 |
Color Harmonies of #A48DB7
Complementary color
Monochromatic Colors of #A48DB7
Black with #A48DB7
Text Example
Text Example
White with #A48DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48DB7; }
p { color: rgb(164,141,183); }
H1.HeaderClassName
{
color: #A48DB7;
}
.AnyTagClassName
{
color: #A48DB7;
}
</style>
background-color css
<style>
a { background-color: #A48DB7; }
a { background-color: rgb(164,141,183); }
div.DivClassName
{
background-color: #A48DB7;
}
.BgClassName
{
background-color: #A48DB7;
}
</style>
border-color css
<style>
span { border-color: #A48DB7; }
span { border-color: rgb(164,141,183); }
td.TdClassName
{
border-color: #A48DB7;
}
.TagClassName
{
border-color: #A48DB7;
}
</style>