Shades of East Side #A888B4
Tints of East Side #A888B4
RGB
CMYK
RGB Variations
Color information
#A888B4 (or 0xA888B4) is known color: East Side. HEX triplet: A8, 88 and B4. RGB value is (168,136,180). Sum of RGB (Red+Green+Blue) = 168+136+180=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #A888B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888B4 is #57774B. Grayscale: #969696. Windows color (decimal): -5732172 or 11831464. OLE color: 11831464.
HSL color Cylindrical-coordinate representation of color #A888B4: hue angle of 283.64º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A888B4 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 136 | 180 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.29 |
| HSL | 283.64º | 0.23% | 0.62% | - |
| HSV(B) | 283.64º | 0.24% | 0.71% | - |
| XYZ | 33.19 | 29.23 | 47.07 | - |
| YUV | 150.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 180 | 0.07 | 0.24 | 0 | 0.29 | 283.64 | 0.23 | 0.62 |
| Hex | A8 | 88 | B4 | 7 | 18 | 0 | 1D | 11C | 17 | 3E |
| Octal | 250 | 210 | 264 | 7 | 30 | 0 | 35 | 434 | 27 | 76 |
| Binary | 10101000 | 10001000 | 10110100 | 111 | 11000 | 0 | 11101 | 100011100 | 10111 | 111110 |
Color Harmonies of #A888B4
Complementary color
Monochromatic Colors of #A888B4
Black with #A888B4
Text Example
Text Example
White with #A888B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888B4; }
p { color: rgb(168,136,180); }
H1.HeaderClassName
{
color: #A888B4;
}
.AnyTagClassName
{
color: #A888B4;
}
</style>
background-color css
<style>
a { background-color: #A888B4; }
a { background-color: rgb(168,136,180); }
div.DivClassName
{
background-color: #A888B4;
}
.BgClassName
{
background-color: #A888B4;
}
</style>
border-color css
<style>
span { border-color: #A888B4; }
span { border-color: rgb(168,136,180); }
td.TdClassName
{
border-color: #A888B4;
}
.TagClassName
{
border-color: #A888B4;
}
</style>