Shades of East Side #A88BC2
Tints of East Side #A88BC2
RGB
CMYK
RGB Variations
Color information
#A88BC2 (or 0xA88BC2) is known color: East Side. HEX triplet: A8, 8B and C2. RGB value is (168,139,194). Sum of RGB (Red+Green+Blue) = 168+139+194=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 194 - color contains mainly: blue. Hex color #A88BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BC2 is #57743D. Grayscale: #999999. Windows color (decimal): -5731390 or 12749736. OLE color: 12749736.
HSL color Cylindrical-coordinate representation of color #A88BC2: hue angle of 271.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A88BC2 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 139 | 194 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.24 |
| HSL | 271.64º | 0.31% | 0.65% | - |
| HSV(B) | 271.64º | 0.28% | 0.76% | - |
| XYZ | 35.12 | 30.69 | 55.11 | - |
| YUV | 153.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 194 | 0.13 | 0.28 | 0 | 0.24 | 271.64 | 0.31 | 0.65 |
| Hex | A8 | 8B | C2 | D | 1C | 0 | 18 | 110 | 1F | 41 |
| Octal | 250 | 213 | 302 | 15 | 34 | 0 | 30 | 420 | 37 | 101 |
| Binary | 10101000 | 10001011 | 11000010 | 1101 | 11100 | 0 | 11000 | 100010000 | 11111 | 1000001 |
Color Harmonies of #A88BC2
Complementary color
Monochromatic Colors of #A88BC2
Black with #A88BC2
Text Example
Text Example
White with #A88BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88BC2; }
p { color: rgb(168,139,194); }
H1.HeaderClassName
{
color: #A88BC2;
}
.AnyTagClassName
{
color: #A88BC2;
}
</style>
background-color css
<style>
a { background-color: #A88BC2; }
a { background-color: rgb(168,139,194); }
div.DivClassName
{
background-color: #A88BC2;
}
.BgClassName
{
background-color: #A88BC2;
}
</style>
border-color css
<style>
span { border-color: #A88BC2; }
span { border-color: rgb(168,139,194); }
td.TdClassName
{
border-color: #A88BC2;
}
.TagClassName
{
border-color: #A88BC2;
}
</style>