Shades of East Side #A88BB3
Tints of East Side #A88BB3
RGB
CMYK
RGB Variations
Color information
#A88BB3 (or 0xA88BB3) is known color: East Side. HEX triplet: A8, 8B and B3. RGB value is (168,139,179). Sum of RGB (Red+Green+Blue) = 168+139+179=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 179 - color contains mainly: blue. Hex color #A88BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BB3 is #57744C. Grayscale: #989898. Windows color (decimal): -5731405 or 11766696. OLE color: 11766696.
HSL color Cylindrical-coordinate representation of color #A88BB3: hue angle of 283.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A88BB3 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 139 | 179 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.30 |
| HSL | 283.5º | 0.21% | 0.62% | - |
| HSV(B) | 283.5º | 0.22% | 0.7% | - |
| XYZ | 33.52 | 30.04 | 46.68 | - |
| YUV | 152.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 179 | 0.06 | 0.22 | 0 | 0.30 | 283.5 | 0.21 | 0.62 |
| Hex | A8 | 8B | B3 | 6 | 16 | 0 | 1E | 11C | 15 | 3E |
| Octal | 250 | 213 | 263 | 6 | 26 | 0 | 36 | 434 | 25 | 76 |
| Binary | 10101000 | 10001011 | 10110011 | 110 | 10110 | 0 | 11110 | 100011100 | 10101 | 111110 |
Color Harmonies of #A88BB3
Complementary color
Monochromatic Colors of #A88BB3
Black with #A88BB3
Text Example
Text Example
White with #A88BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88BB3; }
p { color: rgb(168,139,179); }
H1.HeaderClassName
{
color: #A88BB3;
}
.AnyTagClassName
{
color: #A88BB3;
}
</style>
background-color css
<style>
a { background-color: #A88BB3; }
a { background-color: rgb(168,139,179); }
div.DivClassName
{
background-color: #A88BB3;
}
.BgClassName
{
background-color: #A88BB3;
}
</style>
border-color css
<style>
span { border-color: #A88BB3; }
span { border-color: rgb(168,139,179); }
td.TdClassName
{
border-color: #A88BB3;
}
.TagClassName
{
border-color: #A88BB3;
}
</style>