Shades of East Side #A88BC0
Tints of East Side #A88BC0
RGB
CMYK
RGB Variations
Color information
#A88BC0 (or 0xA88BC0) is known color: East Side. HEX triplet: A8, 8B and C0. RGB value is (168,139,192). Sum of RGB (Red+Green+Blue) = 168+139+192=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #A88BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BC0 is #57743F. Grayscale: #999999. Windows color (decimal): -5731392 or 12618664. OLE color: 12618664.
HSL color Cylindrical-coordinate representation of color #A88BC0: hue angle of 272.83º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A88BC0 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 139 | 192 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.25 |
| HSL | 272.83º | 0.3% | 0.65% | - |
| HSV(B) | 272.83º | 0.28% | 0.75% | - |
| XYZ | 34.9 | 30.6 | 53.94 | - |
| YUV | 153.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 192 | 0.12 | 0.28 | 0 | 0.25 | 272.83 | 0.3 | 0.65 |
| Hex | A8 | 8B | C0 | C | 1C | 0 | 19 | 111 | 1E | 41 |
| Octal | 250 | 213 | 300 | 14 | 34 | 0 | 31 | 421 | 36 | 101 |
| Binary | 10101000 | 10001011 | 11000000 | 1100 | 11100 | 0 | 11001 | 100010001 | 11110 | 1000001 |
Color Harmonies of #A88BC0
Complementary color
Monochromatic Colors of #A88BC0
Black with #A88BC0
Text Example
Text Example
White with #A88BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88BC0; }
p { color: rgb(168,139,192); }
H1.HeaderClassName
{
color: #A88BC0;
}
.AnyTagClassName
{
color: #A88BC0;
}
</style>
background-color css
<style>
a { background-color: #A88BC0; }
a { background-color: rgb(168,139,192); }
div.DivClassName
{
background-color: #A88BC0;
}
.BgClassName
{
background-color: #A88BC0;
}
</style>
border-color css
<style>
span { border-color: #A88BC0; }
span { border-color: rgb(168,139,192); }
td.TdClassName
{
border-color: #A88BC0;
}
.TagClassName
{
border-color: #A88BC0;
}
</style>