Shades of East Side #A48CB8
Tints of East Side #A48CB8
RGB
CMYK
RGB Variations
Color information
#A48CB8 (or 0xA48CB8) is known color: East Side. HEX triplet: A4, 8C and B8. RGB value is (164,140,184). Sum of RGB (Red+Green+Blue) = 164+140+184=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 184 - color contains mainly: blue. Hex color #A48CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CB8 is #5B7347. Grayscale: #989898. Windows color (decimal): -5993288 or 12094628. OLE color: 12094628.
HSL color Cylindrical-coordinate representation of color #A48CB8: hue angle of 272.73º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A48CB8 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 140 | 184 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.28 |
| HSL | 272.73º | 0.24% | 0.64% | - |
| HSV(B) | 272.73º | 0.24% | 0.72% | - |
| XYZ | 33.34 | 30.11 | 49.4 | - |
| YUV | 152.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 184 | 0.11 | 0.24 | 0 | 0.28 | 272.73 | 0.24 | 0.64 |
| Hex | A4 | 8C | B8 | B | 18 | 0 | 1C | 111 | 18 | 40 |
| Octal | 244 | 214 | 270 | 13 | 30 | 0 | 34 | 421 | 30 | 100 |
| Binary | 10100100 | 10001100 | 10111000 | 1011 | 11000 | 0 | 11100 | 100010001 | 11000 | 1000000 |
Color Harmonies of #A48CB8
Complementary color
Monochromatic Colors of #A48CB8
Black with #A48CB8
Text Example
Text Example
White with #A48CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48CB8; }
p { color: rgb(164,140,184); }
H1.HeaderClassName
{
color: #A48CB8;
}
.AnyTagClassName
{
color: #A48CB8;
}
</style>
background-color css
<style>
a { background-color: #A48CB8; }
a { background-color: rgb(164,140,184); }
div.DivClassName
{
background-color: #A48CB8;
}
.BgClassName
{
background-color: #A48CB8;
}
</style>
border-color css
<style>
span { border-color: #A48CB8; }
span { border-color: rgb(164,140,184); }
td.TdClassName
{
border-color: #A48CB8;
}
.TagClassName
{
border-color: #A48CB8;
}
</style>