Shades of East Side #A48BAE
Tints of East Side #A48BAE
RGB
CMYK
RGB Variations
Color information
#A48BAE (or 0xA48BAE) is known color: East Side. HEX triplet: A4, 8B and AE. RGB value is (164,139,174). Sum of RGB (Red+Green+Blue) = 164+139+174=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #A48BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48BAE is #5B7451. Grayscale: #969696. Windows color (decimal): -5993554 or 11439012. OLE color: 11439012.
HSL color Cylindrical-coordinate representation of color #A48BAE: hue angle of 282.86º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48BAE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 139 | 174 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.32 |
| HSL | 282.86º | 0.18% | 0.61% | - |
| HSV(B) | 282.86º | 0.2% | 0.68% | - |
| XYZ | 32.18 | 29.41 | 44.03 | - |
| YUV | 150.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 174 | 0.06 | 0.20 | 0 | 0.32 | 282.86 | 0.18 | 0.61 |
| Hex | A4 | 8B | AE | 6 | 14 | 0 | 20 | 11B | 12 | 3D |
| Octal | 244 | 213 | 256 | 6 | 24 | 0 | 40 | 433 | 22 | 75 |
| Binary | 10100100 | 10001011 | 10101110 | 110 | 10100 | 0 | 100000 | 100011011 | 10010 | 111101 |
Color Harmonies of #A48BAE
Complementary color
Monochromatic Colors of #A48BAE
Black with #A48BAE
Text Example
Text Example
White with #A48BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48BAE; }
p { color: rgb(164,139,174); }
H1.HeaderClassName
{
color: #A48BAE;
}
.AnyTagClassName
{
color: #A48BAE;
}
</style>
background-color css
<style>
a { background-color: #A48BAE; }
a { background-color: rgb(164,139,174); }
div.DivClassName
{
background-color: #A48BAE;
}
.BgClassName
{
background-color: #A48BAE;
}
</style>
border-color css
<style>
span { border-color: #A48BAE; }
span { border-color: rgb(164,139,174); }
td.TdClassName
{
border-color: #A48BAE;
}
.TagClassName
{
border-color: #A48BAE;
}
</style>