Shades of East Side #A888BD
Tints of East Side #A888BD
RGB
CMYK
RGB Variations
Color information
#A888BD (or 0xA888BD) is known color: East Side. HEX triplet: A8, 88 and BD. RGB value is (168,136,189). Sum of RGB (Red+Green+Blue) = 168+136+189=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #A888BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888BD is #577742. Grayscale: #979797. Windows color (decimal): -5732163 or 12421288. OLE color: 12421288.
HSL color Cylindrical-coordinate representation of color #A888BD: hue angle of 276.23º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A888BD is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 136 | 189 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.26 |
| HSL | 276.23º | 0.29% | 0.64% | - |
| HSV(B) | 276.23º | 0.28% | 0.74% | - |
| XYZ | 34.14 | 29.61 | 52.06 | - |
| YUV | 151.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 189 | 0.11 | 0.28 | 0 | 0.26 | 276.23 | 0.29 | 0.64 |
| Hex | A8 | 88 | BD | B | 1C | 0 | 1A | 114 | 1D | 40 |
| Octal | 250 | 210 | 275 | 13 | 34 | 0 | 32 | 424 | 35 | 100 |
| Binary | 10101000 | 10001000 | 10111101 | 1011 | 11100 | 0 | 11010 | 100010100 | 11101 | 1000000 |
Color Harmonies of #A888BD
Complementary color
Monochromatic Colors of #A888BD
Black with #A888BD
Text Example
Text Example
White with #A888BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888BD; }
p { color: rgb(168,136,189); }
H1.HeaderClassName
{
color: #A888BD;
}
.AnyTagClassName
{
color: #A888BD;
}
</style>
background-color css
<style>
a { background-color: #A888BD; }
a { background-color: rgb(168,136,189); }
div.DivClassName
{
background-color: #A888BD;
}
.BgClassName
{
background-color: #A888BD;
}
</style>
border-color css
<style>
span { border-color: #A888BD; }
span { border-color: rgb(168,136,189); }
td.TdClassName
{
border-color: #A888BD;
}
.TagClassName
{
border-color: #A888BD;
}
</style>