Shades of East Side #A48CBA
Tints of East Side #A48CBA
RGB
CMYK
RGB Variations
Color information
#A48CBA (or 0xA48CBA) is known color: East Side. HEX triplet: A4, 8C and BA. RGB value is (164,140,186). Sum of RGB (Red+Green+Blue) = 164+140+186=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #A48CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CBA is #5B7345. Grayscale: #989898. Windows color (decimal): -5993286 or 12225700. OLE color: 12225700.
HSL color Cylindrical-coordinate representation of color #A48CBA: hue angle of 271.3º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A48CBA is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 140 | 186 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.27 |
| HSL | 271.3º | 0.25% | 0.64% | - |
| HSV(B) | 271.3º | 0.25% | 0.73% | - |
| XYZ | 33.55 | 30.19 | 50.51 | - |
| YUV | 152.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 186 | 0.12 | 0.25 | 0 | 0.27 | 271.3 | 0.25 | 0.64 |
| Hex | A4 | 8C | BA | C | 19 | 0 | 1B | 10F | 19 | 40 |
| Octal | 244 | 214 | 272 | 14 | 31 | 0 | 33 | 417 | 31 | 100 |
| Binary | 10100100 | 10001100 | 10111010 | 1100 | 11001 | 0 | 11011 | 100001111 | 11001 | 1000000 |
Color Harmonies of #A48CBA
Complementary color
Monochromatic Colors of #A48CBA
Black with #A48CBA
Text Example
Text Example
White with #A48CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48CBA; }
p { color: rgb(164,140,186); }
H1.HeaderClassName
{
color: #A48CBA;
}
.AnyTagClassName
{
color: #A48CBA;
}
</style>
background-color css
<style>
a { background-color: #A48CBA; }
a { background-color: rgb(164,140,186); }
div.DivClassName
{
background-color: #A48CBA;
}
.BgClassName
{
background-color: #A48CBA;
}
</style>
border-color css
<style>
span { border-color: #A48CBA; }
span { border-color: rgb(164,140,186); }
td.TdClassName
{
border-color: #A48CBA;
}
.TagClassName
{
border-color: #A48CBA;
}
</style>