Shades of East Side #A48BBB
Tints of East Side #A48BBB
RGB
CMYK
RGB Variations
Color information
#A48BBB (or 0xA48BBB) is known color: East Side. HEX triplet: A4, 8B and BB. RGB value is (164,139,187). Sum of RGB (Red+Green+Blue) = 164+139+187=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #A48BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BBB is #5B7444. Grayscale: #979797. Windows color (decimal): -5993541 or 12290980. OLE color: 12290980.
HSL color Cylindrical-coordinate representation of color #A48BBB: hue angle of 271.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A48BBB is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 139 | 187 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.27 |
| HSL | 271.25º | 0.26% | 0.64% | - |
| HSV(B) | 271.25º | 0.26% | 0.73% | - |
| XYZ | 33.51 | 29.95 | 51.03 | - |
| YUV | 151.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 187 | 0.12 | 0.26 | 0 | 0.27 | 271.25 | 0.26 | 0.64 |
| Hex | A4 | 8B | BB | C | 1A | 0 | 1B | 10F | 1A | 40 |
| Octal | 244 | 213 | 273 | 14 | 32 | 0 | 33 | 417 | 32 | 100 |
| Binary | 10100100 | 10001011 | 10111011 | 1100 | 11010 | 0 | 11011 | 100001111 | 11010 | 1000000 |
Color Harmonies of #A48BBB
Complementary color
Monochromatic Colors of #A48BBB
Black with #A48BBB
Text Example
Text Example
White with #A48BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48BBB; }
p { color: rgb(164,139,187); }
H1.HeaderClassName
{
color: #A48BBB;
}
.AnyTagClassName
{
color: #A48BBB;
}
</style>
background-color css
<style>
a { background-color: #A48BBB; }
a { background-color: rgb(164,139,187); }
div.DivClassName
{
background-color: #A48BBB;
}
.BgClassName
{
background-color: #A48BBB;
}
</style>
border-color css
<style>
span { border-color: #A48BBB; }
span { border-color: rgb(164,139,187); }
td.TdClassName
{
border-color: #A48BBB;
}
.TagClassName
{
border-color: #A48BBB;
}
</style>