Shades of East Side #A88CBC
Tints of East Side #A88CBC
RGB
CMYK
RGB Variations
Color information
#A88CBC (or 0xA88CBC) is known color: East Side. HEX triplet: A8, 8C and BC. RGB value is (168,140,188). Sum of RGB (Red+Green+Blue) = 168+140+188=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #A88CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CBC is #577343. Grayscale: #999999. Windows color (decimal): -5731140 or 12356776. OLE color: 12356776.
HSL color Cylindrical-coordinate representation of color #A88CBC: hue angle of 275º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A88CBC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 140 | 188 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.26 |
| HSL | 275º | 0.26% | 0.64% | - |
| HSV(B) | 275º | 0.26% | 0.74% | - |
| XYZ | 34.6 | 30.71 | 51.68 | - |
| YUV | 153.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 188 | 0.11 | 0.26 | 0 | 0.26 | 275 | 0.26 | 0.64 |
| Hex | A8 | 8C | BC | B | 1A | 0 | 1A | 113 | 1A | 40 |
| Octal | 250 | 214 | 274 | 13 | 32 | 0 | 32 | 423 | 32 | 100 |
| Binary | 10101000 | 10001100 | 10111100 | 1011 | 11010 | 0 | 11010 | 100010011 | 11010 | 1000000 |
Color Harmonies of #A88CBC
Complementary color
Monochromatic Colors of #A88CBC
Black with #A88CBC
Text Example
Text Example
White with #A88CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88CBC; }
p { color: rgb(168,140,188); }
H1.HeaderClassName
{
color: #A88CBC;
}
.AnyTagClassName
{
color: #A88CBC;
}
</style>
background-color css
<style>
a { background-color: #A88CBC; }
a { background-color: rgb(168,140,188); }
div.DivClassName
{
background-color: #A88CBC;
}
.BgClassName
{
background-color: #A88CBC;
}
</style>
border-color css
<style>
span { border-color: #A88CBC; }
span { border-color: rgb(168,140,188); }
td.TdClassName
{
border-color: #A88CBC;
}
.TagClassName
{
border-color: #A88CBC;
}
</style>