Shades of East Side #A88BB6
Tints of East Side #A88BB6
RGB
CMYK
RGB Variations
Color information
#A88BB6 (or 0xA88BB6) is known color: East Side. HEX triplet: A8, 8B and B6. RGB value is (168,139,182). Sum of RGB (Red+Green+Blue) = 168+139+182=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 182 - color contains mainly: blue. Hex color #A88BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BB6 is #577449. Grayscale: #989898. Windows color (decimal): -5731402 or 11963304. OLE color: 11963304.
HSL color Cylindrical-coordinate representation of color #A88BB6: hue angle of 280.47º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A88BB6 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 139 | 182 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.29 |
| HSL | 280.47º | 0.23% | 0.63% | - |
| HSV(B) | 280.47º | 0.24% | 0.71% | - |
| XYZ | 33.82 | 30.17 | 48.3 | - |
| YUV | 152.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 182 | 0.08 | 0.24 | 0 | 0.29 | 280.47 | 0.23 | 0.63 |
| Hex | A8 | 8B | B6 | 8 | 18 | 0 | 1D | 118 | 17 | 3F |
| Octal | 250 | 213 | 266 | 10 | 30 | 0 | 35 | 430 | 27 | 77 |
| Binary | 10101000 | 10001011 | 10110110 | 1000 | 11000 | 0 | 11101 | 100011000 | 10111 | 111111 |
Color Harmonies of #A88BB6
Complementary color
Monochromatic Colors of #A88BB6
Black with #A88BB6
Text Example
Text Example
White with #A88BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88BB6; }
p { color: rgb(168,139,182); }
H1.HeaderClassName
{
color: #A88BB6;
}
.AnyTagClassName
{
color: #A88BB6;
}
</style>
background-color css
<style>
a { background-color: #A88BB6; }
a { background-color: rgb(168,139,182); }
div.DivClassName
{
background-color: #A88BB6;
}
.BgClassName
{
background-color: #A88BB6;
}
</style>
border-color css
<style>
span { border-color: #A88BB6; }
span { border-color: rgb(168,139,182); }
td.TdClassName
{
border-color: #A88BB6;
}
.TagClassName
{
border-color: #A88BB6;
}
</style>