Shades of East Side #A888C0
Tints of East Side #A888C0
RGB
CMYK
RGB Variations
Color information
#A888C0 (or 0xA888C0) is known color: East Side. HEX triplet: A8, 88 and C0. RGB value is (168,136,192). Sum of RGB (Red+Green+Blue) = 168+136+192=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #A888C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888C0 is #57773F. Grayscale: #979797. Windows color (decimal): -5732160 or 12617896. OLE color: 12617896.
HSL color Cylindrical-coordinate representation of color #A888C0: hue angle of 274.29º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A888C0 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 136 | 192 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.25 |
| HSL | 274.29º | 0.31% | 0.64% | - |
| HSV(B) | 274.29º | 0.29% | 0.75% | - |
| XYZ | 34.47 | 29.74 | 53.79 | - |
| YUV | 151.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 192 | 0.12 | 0.29 | 0 | 0.25 | 274.29 | 0.31 | 0.64 |
| Hex | A8 | 88 | C0 | C | 1D | 0 | 19 | 112 | 1F | 40 |
| Octal | 250 | 210 | 300 | 14 | 35 | 0 | 31 | 422 | 37 | 100 |
| Binary | 10101000 | 10001000 | 11000000 | 1100 | 11101 | 0 | 11001 | 100010010 | 11111 | 1000000 |
Color Harmonies of #A888C0
Complementary color
Monochromatic Colors of #A888C0
Black with #A888C0
Text Example
Text Example
White with #A888C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888C0; }
p { color: rgb(168,136,192); }
H1.HeaderClassName
{
color: #A888C0;
}
.AnyTagClassName
{
color: #A888C0;
}
</style>
background-color css
<style>
a { background-color: #A888C0; }
a { background-color: rgb(168,136,192); }
div.DivClassName
{
background-color: #A888C0;
}
.BgClassName
{
background-color: #A888C0;
}
</style>
border-color css
<style>
span { border-color: #A888C0; }
span { border-color: rgb(168,136,192); }
td.TdClassName
{
border-color: #A888C0;
}
.TagClassName
{
border-color: #A888C0;
}
</style>