Shades of East Side #A888B5
Tints of East Side #A888B5
RGB
CMYK
RGB Variations
Color information
#A888B5 (or 0xA888B5) is known color: East Side. HEX triplet: A8, 88 and B5. RGB value is (168,136,181). Sum of RGB (Red+Green+Blue) = 168+136+181=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #A888B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888B5 is #57774A. Grayscale: #969696. Windows color (decimal): -5732171 or 11897000. OLE color: 11897000.
HSL color Cylindrical-coordinate representation of color #A888B5: hue angle of 282.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A888B5 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 136 | 181 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.29 |
| HSL | 282.67º | 0.23% | 0.62% | - |
| HSV(B) | 282.67º | 0.25% | 0.71% | - |
| XYZ | 33.29 | 29.27 | 47.61 | - |
| YUV | 150.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 181 | 0.07 | 0.25 | 0 | 0.29 | 282.67 | 0.23 | 0.62 |
| Hex | A8 | 88 | B5 | 7 | 19 | 0 | 1D | 11B | 17 | 3E |
| Octal | 250 | 210 | 265 | 7 | 31 | 0 | 35 | 433 | 27 | 76 |
| Binary | 10101000 | 10001000 | 10110101 | 111 | 11001 | 0 | 11101 | 100011011 | 10111 | 111110 |
Color Harmonies of #A888B5
Complementary color
Monochromatic Colors of #A888B5
Black with #A888B5
Text Example
Text Example
White with #A888B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888B5; }
p { color: rgb(168,136,181); }
H1.HeaderClassName
{
color: #A888B5;
}
.AnyTagClassName
{
color: #A888B5;
}
</style>
background-color css
<style>
a { background-color: #A888B5; }
a { background-color: rgb(168,136,181); }
div.DivClassName
{
background-color: #A888B5;
}
.BgClassName
{
background-color: #A888B5;
}
</style>
border-color css
<style>
span { border-color: #A888B5; }
span { border-color: rgb(168,136,181); }
td.TdClassName
{
border-color: #A888B5;
}
.TagClassName
{
border-color: #A888B5;
}
</style>