Shades of East Side #A48DAC
Tints of East Side #A48DAC
RGB
CMYK
RGB Variations
Color information
#A48DAC (or 0xA48DAC) is known color: East Side. HEX triplet: A4, 8D and AC. RGB value is (164,141,172). Sum of RGB (Red+Green+Blue) = 164+141+172=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #A48DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48DAC is #5B7253. Grayscale: #979797. Windows color (decimal): -5993044 or 11308452. OLE color: 11308452.
HSL color Cylindrical-coordinate representation of color #A48DAC: hue angle of 284.52º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A48DAC is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 141 | 172 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.33 |
| HSL | 284.52º | 0.16% | 0.61% | - |
| HSV(B) | 284.52º | 0.18% | 0.67% | - |
| XYZ | 32.28 | 29.92 | 43.1 | - |
| YUV | 151.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 172 | 0.05 | 0.18 | 0 | 0.33 | 284.52 | 0.16 | 0.61 |
| Hex | A4 | 8D | AC | 5 | 12 | 0 | 21 | 11D | 10 | 3D |
| Octal | 244 | 215 | 254 | 5 | 22 | 0 | 41 | 435 | 20 | 75 |
| Binary | 10100100 | 10001101 | 10101100 | 101 | 10010 | 0 | 100001 | 100011101 | 10000 | 111101 |
Color Harmonies of #A48DAC
Complementary color
Monochromatic Colors of #A48DAC
Black with #A48DAC
Text Example
Text Example
White with #A48DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48DAC; }
p { color: rgb(164,141,172); }
H1.HeaderClassName
{
color: #A48DAC;
}
.AnyTagClassName
{
color: #A48DAC;
}
</style>
background-color css
<style>
a { background-color: #A48DAC; }
a { background-color: rgb(164,141,172); }
div.DivClassName
{
background-color: #A48DAC;
}
.BgClassName
{
background-color: #A48DAC;
}
</style>
border-color css
<style>
span { border-color: #A48DAC; }
span { border-color: rgb(164,141,172); }
td.TdClassName
{
border-color: #A48DAC;
}
.TagClassName
{
border-color: #A48DAC;
}
</style>