Shades of East Side #A48DB9
Tints of East Side #A48DB9
RGB
CMYK
RGB Variations
Color information
#A48DB9 (or 0xA48DB9) is known color: East Side. HEX triplet: A4, 8D and B9. RGB value is (164,141,185). Sum of RGB (Red+Green+Blue) = 164+141+185=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #A48DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DB9 is #5B7246. Grayscale: #989898. Windows color (decimal): -5993031 or 12160420. OLE color: 12160420.
HSL color Cylindrical-coordinate representation of color #A48DB9: hue angle of 271.36º degrees, saturation: 0.24, 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 #A48DB9 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 141 | 185 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.27 |
| HSL | 271.36º | 0.24% | 0.64% | - |
| HSV(B) | 271.36º | 0.24% | 0.73% | - |
| XYZ | 33.59 | 30.45 | 50 | - |
| YUV | 152.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 185 | 0.11 | 0.24 | 0 | 0.27 | 271.36 | 0.24 | 0.64 |
| Hex | A4 | 8D | B9 | B | 18 | 0 | 1B | 10F | 18 | 40 |
| Octal | 244 | 215 | 271 | 13 | 30 | 0 | 33 | 417 | 30 | 100 |
| Binary | 10100100 | 10001101 | 10111001 | 1011 | 11000 | 0 | 11011 | 100001111 | 11000 | 1000000 |
Color Harmonies of #A48DB9
Complementary color
Monochromatic Colors of #A48DB9
Black with #A48DB9
Text Example
Text Example
White with #A48DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48DB9; }
p { color: rgb(164,141,185); }
H1.HeaderClassName
{
color: #A48DB9;
}
.AnyTagClassName
{
color: #A48DB9;
}
</style>
background-color css
<style>
a { background-color: #A48DB9; }
a { background-color: rgb(164,141,185); }
div.DivClassName
{
background-color: #A48DB9;
}
.BgClassName
{
background-color: #A48DB9;
}
</style>
border-color css
<style>
span { border-color: #A48DB9; }
span { border-color: rgb(164,141,185); }
td.TdClassName
{
border-color: #A48DB9;
}
.TagClassName
{
border-color: #A48DB9;
}
</style>