Shades of East Side #A48DB6
Tints of East Side #A48DB6
RGB
CMYK
RGB Variations
Color information
#A48DB6 (or 0xA48DB6) is known color: East Side. HEX triplet: A4, 8D and B6. RGB value is (164,141,182). Sum of RGB (Red+Green+Blue) = 164+141+182=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 182 - color contains mainly: blue. Hex color #A48DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DB6 is #5B7249. Grayscale: #989898. Windows color (decimal): -5993034 or 11963812. OLE color: 11963812.
HSL color Cylindrical-coordinate representation of color #A48DB6: hue angle of 273.66º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A48DB6 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 141 | 182 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.29 |
| HSL | 273.66º | 0.22% | 0.63% | - |
| HSV(B) | 273.66º | 0.23% | 0.71% | - |
| XYZ | 33.28 | 30.32 | 48.35 | - |
| YUV | 152.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 182 | 0.10 | 0.23 | 0 | 0.29 | 273.66 | 0.22 | 0.63 |
| Hex | A4 | 8D | B6 | A | 17 | 0 | 1D | 112 | 16 | 3F |
| Octal | 244 | 215 | 266 | 12 | 27 | 0 | 35 | 422 | 26 | 77 |
| Binary | 10100100 | 10001101 | 10110110 | 1010 | 10111 | 0 | 11101 | 100010010 | 10110 | 111111 |
Color Harmonies of #A48DB6
Complementary color
Monochromatic Colors of #A48DB6
Black with #A48DB6
Text Example
Text Example
White with #A48DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48DB6; }
p { color: rgb(164,141,182); }
H1.HeaderClassName
{
color: #A48DB6;
}
.AnyTagClassName
{
color: #A48DB6;
}
</style>
background-color css
<style>
a { background-color: #A48DB6; }
a { background-color: rgb(164,141,182); }
div.DivClassName
{
background-color: #A48DB6;
}
.BgClassName
{
background-color: #A48DB6;
}
</style>
border-color css
<style>
span { border-color: #A48DB6; }
span { border-color: rgb(164,141,182); }
td.TdClassName
{
border-color: #A48DB6;
}
.TagClassName
{
border-color: #A48DB6;
}
</style>