Shades of East Side #A48FB9
Tints of East Side #A48FB9
RGB
CMYK
RGB Variations
Color information
#A48FB9 (or 0xA48FB9) is known color: East Side. HEX triplet: A4, 8F and B9. RGB value is (164,143,185). Sum of RGB (Red+Green+Blue) = 164+143+185=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 185 - color contains mainly: blue. Hex color #A48FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FB9 is #5B7046. Grayscale: #999999. Windows color (decimal): -5992519 or 12160932. OLE color: 12160932.
HSL color Cylindrical-coordinate representation of color #A48FB9: hue angle of 270º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A48FB9 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 143 | 185 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.27 |
| HSL | 270º | 0.23% | 0.64% | - |
| HSV(B) | 270º | 0.23% | 0.73% | - |
| XYZ | 33.89 | 31.04 | 50.1 | - |
| YUV | 154.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 185 | 0.11 | 0.23 | 0 | 0.27 | 270 | 0.23 | 0.64 |
| Hex | A4 | 8F | B9 | B | 17 | 0 | 1B | 10E | 17 | 40 |
| Octal | 244 | 217 | 271 | 13 | 27 | 0 | 33 | 416 | 27 | 100 |
| Binary | 10100100 | 10001111 | 10111001 | 1011 | 10111 | 0 | 11011 | 100001110 | 10111 | 1000000 |
Color Harmonies of #A48FB9
Complementary color
Monochromatic Colors of #A48FB9
Black with #A48FB9
Text Example
Text Example
White with #A48FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48FB9; }
p { color: rgb(164,143,185); }
H1.HeaderClassName
{
color: #A48FB9;
}
.AnyTagClassName
{
color: #A48FB9;
}
</style>
background-color css
<style>
a { background-color: #A48FB9; }
a { background-color: rgb(164,143,185); }
div.DivClassName
{
background-color: #A48FB9;
}
.BgClassName
{
background-color: #A48FB9;
}
</style>
border-color css
<style>
span { border-color: #A48FB9; }
span { border-color: rgb(164,143,185); }
td.TdClassName
{
border-color: #A48FB9;
}
.TagClassName
{
border-color: #A48FB9;
}
</style>