Shades of East Side #A48DBA
Tints of East Side #A48DBA
RGB
CMYK
RGB Variations
Color information
#A48DBA (or 0xA48DBA) is known color: East Side. HEX triplet: A4, 8D and BA. RGB value is (164,141,186). Sum of RGB (Red+Green+Blue) = 164+141+186=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #A48DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DBA is #5B7245. Grayscale: #989898. Windows color (decimal): -5993030 or 12225956. OLE color: 12225956.
HSL color Cylindrical-coordinate representation of color #A48DBA: hue angle of 270.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A48DBA is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 141 | 186 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.27 |
| HSL | 270.67º | 0.25% | 0.64% | - |
| HSV(B) | 270.67º | 0.24% | 0.73% | - |
| XYZ | 33.7 | 30.49 | 50.56 | - |
| YUV | 153.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 186 | 0.12 | 0.24 | 0 | 0.27 | 270.67 | 0.25 | 0.64 |
| Hex | A4 | 8D | BA | C | 18 | 0 | 1B | 10F | 19 | 40 |
| Octal | 244 | 215 | 272 | 14 | 30 | 0 | 33 | 417 | 31 | 100 |
| Binary | 10100100 | 10001101 | 10111010 | 1100 | 11000 | 0 | 11011 | 100001111 | 11001 | 1000000 |
Color Harmonies of #A48DBA
Complementary color
Monochromatic Colors of #A48DBA
Black with #A48DBA
Text Example
Text Example
White with #A48DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48DBA; }
p { color: rgb(164,141,186); }
H1.HeaderClassName
{
color: #A48DBA;
}
.AnyTagClassName
{
color: #A48DBA;
}
</style>
background-color css
<style>
a { background-color: #A48DBA; }
a { background-color: rgb(164,141,186); }
div.DivClassName
{
background-color: #A48DBA;
}
.BgClassName
{
background-color: #A48DBA;
}
</style>
border-color css
<style>
span { border-color: #A48DBA; }
span { border-color: rgb(164,141,186); }
td.TdClassName
{
border-color: #A48DBA;
}
.TagClassName
{
border-color: #A48DBA;
}
</style>