Shades of East Side #A88AB1
Tints of East Side #A88AB1
RGB
CMYK
RGB Variations
Color information
#A88AB1 (or 0xA88AB1) is known color: East Side. HEX triplet: A8, 8A and B1. RGB value is (168,138,177). Sum of RGB (Red+Green+Blue) = 168+138+177=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 177 - color contains mainly: blue. Hex color #A88AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88AB1 is #57754E. Grayscale: #979797. Windows color (decimal): -5731663 or 11635368. OLE color: 11635368.
HSL color Cylindrical-coordinate representation of color #A88AB1: hue angle of 286.15º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A88AB1 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 138 | 177 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.31 |
| HSL | 286.15º | 0.2% | 0.62% | - |
| HSV(B) | 286.15º | 0.22% | 0.69% | - |
| XYZ | 33.17 | 29.68 | 45.57 | - |
| YUV | 151.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 177 | 0.05 | 0.22 | 0 | 0.31 | 286.15 | 0.2 | 0.62 |
| Hex | A8 | 8A | B1 | 5 | 16 | 0 | 1F | 11E | 14 | 3E |
| Octal | 250 | 212 | 261 | 5 | 26 | 0 | 37 | 436 | 24 | 76 |
| Binary | 10101000 | 10001010 | 10110001 | 101 | 10110 | 0 | 11111 | 100011110 | 10100 | 111110 |
Color Harmonies of #A88AB1
Complementary color
Monochromatic Colors of #A88AB1
Black with #A88AB1
Text Example
Text Example
White with #A88AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88AB1; }
p { color: rgb(168,138,177); }
H1.HeaderClassName
{
color: #A88AB1;
}
.AnyTagClassName
{
color: #A88AB1;
}
</style>
background-color css
<style>
a { background-color: #A88AB1; }
a { background-color: rgb(168,138,177); }
div.DivClassName
{
background-color: #A88AB1;
}
.BgClassName
{
background-color: #A88AB1;
}
</style>
border-color css
<style>
span { border-color: #A88AB1; }
span { border-color: rgb(168,138,177); }
td.TdClassName
{
border-color: #A88AB1;
}
.TagClassName
{
border-color: #A88AB1;
}
</style>