Shades of East Side #A88DB9
Tints of East Side #A88DB9
RGB
CMYK
RGB Variations
Color information
#A88DB9 (or 0xA88DB9) is known color: East Side. HEX triplet: A8, 8D and B9. RGB value is (168,141,185). Sum of RGB (Red+Green+Blue) = 168+141+185=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 185 - color contains mainly: blue. Hex color #A88DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DB9 is #577246. Grayscale: #999999. Windows color (decimal): -5730887 or 12160424. OLE color: 12160424.
HSL color Cylindrical-coordinate representation of color #A88DB9: hue angle of 276.82º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A88DB9 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 168 | 141 | 185 | - |
CMYK | 0.09 | 0.24 | 0 | 0.27 |
HSL | 276.82º | 0.24% | 0.64% | - |
HSV(B) | 276.82º | 0.24% | 0.73% | - |
XYZ | 34.43 | 30.88 | 50.04 | - |
YUV | 154.09 | 145.45 | 137.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 141 | 185 | 0.09 | 0.24 | 0 | 0.27 | 276.82 | 0.24 | 0.64 |
Hex | A8 | 8D | B9 | 9 | 18 | 0 | 1B | 115 | 18 | 40 |
Octal | 250 | 215 | 271 | 11 | 30 | 0 | 33 | 425 | 30 | 100 |
Binary | 10101000 | 10001101 | 10111001 | 1001 | 11000 | 0 | 11011 | 100010101 | 11000 | 1000000 |
Color Harmonies of #A88DB9
Complementary color
Monochromatic Colors of #A88DB9
Black with #A88DB9
Text Example
Text Example
White with #A88DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DB9; }
p { color: rgb(168,141,185); }
H1.HeaderClassName
{
color: #A88DB9;
}
.AnyTagClassName
{
color: #A88DB9;
}
</style>
background-color css
<style>
a { background-color: #A88DB9; }
a { background-color: rgb(168,141,185); }
div.DivClassName
{
background-color: #A88DB9;
}
.BgClassName
{
background-color: #A88DB9;
}
</style>
border-color css
<style>
span { border-color: #A88DB9; }
span { border-color: rgb(168,141,185); }
td.TdClassName
{
border-color: #A88DB9;
}
.TagClassName
{
border-color: #A88DB9;
}
</style>