Shades of East Side #A88EC3
Tints of East Side #A88EC3
RGB
CMYK
RGB Variations
Color information
#A88EC3 (or 0xA88EC3) is known color: East Side. HEX triplet: A8, 8E and C3. RGB value is (168,142,195). Sum of RGB (Red+Green+Blue) = 168+142+195=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 195 - color contains mainly: blue. Hex color #A88EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EC3 is #57713C. Grayscale: #9B9B9B. Windows color (decimal): -5730621 or 12816040. OLE color: 12816040.
HSL color Cylindrical-coordinate representation of color #A88EC3: hue angle of 269.43º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A88EC3 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 142 | 195 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.24 |
| HSL | 269.43º | 0.31% | 0.66% | - |
| HSV(B) | 269.43º | 0.27% | 0.76% | - |
| XYZ | 35.67 | 31.61 | 55.85 | - |
| YUV | 155.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 195 | 0.14 | 0.27 | 0 | 0.24 | 269.43 | 0.31 | 0.66 |
| Hex | A8 | 8E | C3 | E | 1B | 0 | 18 | 10D | 1F | 42 |
| Octal | 250 | 216 | 303 | 16 | 33 | 0 | 30 | 415 | 37 | 102 |
| Binary | 10101000 | 10001110 | 11000011 | 1110 | 11011 | 0 | 11000 | 100001101 | 11111 | 1000010 |
Color Harmonies of #A88EC3
Complementary color
Monochromatic Colors of #A88EC3
Black with #A88EC3
Text Example
Text Example
White with #A88EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88EC3; }
p { color: rgb(168,142,195); }
H1.HeaderClassName
{
color: #A88EC3;
}
.AnyTagClassName
{
color: #A88EC3;
}
</style>
background-color css
<style>
a { background-color: #A88EC3; }
a { background-color: rgb(168,142,195); }
div.DivClassName
{
background-color: #A88EC3;
}
.BgClassName
{
background-color: #A88EC3;
}
</style>
border-color css
<style>
span { border-color: #A88EC3; }
span { border-color: rgb(168,142,195); }
td.TdClassName
{
border-color: #A88EC3;
}
.TagClassName
{
border-color: #A88EC3;
}
</style>