Shades of East Side #A88FBA
Tints of East Side #A88FBA
RGB
CMYK
RGB Variations
Color information
#A88FBA (or 0xA88FBA) is known color: East Side. HEX triplet: A8, 8F and BA. RGB value is (168,143,186). Sum of RGB (Red+Green+Blue) = 168+143+186=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #A88FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FBA is #577045. Grayscale: #9B9B9B. Windows color (decimal): -5730374 or 12226472. OLE color: 12226472.
HSL color Cylindrical-coordinate representation of color #A88FBA: hue angle of 274.88º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A88FBA is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 143 | 186 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.27 |
| HSL | 274.88º | 0.24% | 0.65% | - |
| HSV(B) | 274.88º | 0.23% | 0.73% | - |
| XYZ | 34.83 | 31.51 | 50.7 | - |
| YUV | 155.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 186 | 0.10 | 0.23 | 0 | 0.27 | 274.88 | 0.24 | 0.65 |
| Hex | A8 | 8F | BA | A | 17 | 0 | 1B | 113 | 18 | 41 |
| Octal | 250 | 217 | 272 | 12 | 27 | 0 | 33 | 423 | 30 | 101 |
| Binary | 10101000 | 10001111 | 10111010 | 1010 | 10111 | 0 | 11011 | 100010011 | 11000 | 1000001 |
Color Harmonies of #A88FBA
Complementary color
Monochromatic Colors of #A88FBA
Black with #A88FBA
Text Example
Text Example
White with #A88FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FBA; }
p { color: rgb(168,143,186); }
H1.HeaderClassName
{
color: #A88FBA;
}
.AnyTagClassName
{
color: #A88FBA;
}
</style>
background-color css
<style>
a { background-color: #A88FBA; }
a { background-color: rgb(168,143,186); }
div.DivClassName
{
background-color: #A88FBA;
}
.BgClassName
{
background-color: #A88FBA;
}
</style>
border-color css
<style>
span { border-color: #A88FBA; }
span { border-color: rgb(168,143,186); }
td.TdClassName
{
border-color: #A88FBA;
}
.TagClassName
{
border-color: #A88FBA;
}
</style>