Shades of East Side #A688B2
Tints of East Side #A688B2
RGB
CMYK
RGB Variations
Color information
#A688B2 (or 0xA688B2) is known color: East Side. HEX triplet: A6, 88 and B2. RGB value is (166,136,178). Sum of RGB (Red+Green+Blue) = 166+136+178=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 178 - color contains mainly: blue. Hex color #A688B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A688B2 is #59774D. Grayscale: #959595. Windows color (decimal): -5863246 or 11700390. OLE color: 11700390.
HSL color Cylindrical-coordinate representation of color #A688B2: hue angle of 282.86º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A688B2 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 136 | 178 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.30 |
| HSL | 282.86º | 0.21% | 0.62% | - |
| HSV(B) | 282.86º | 0.24% | 0.7% | - |
| XYZ | 32.57 | 28.93 | 45.99 | - |
| YUV | 149.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 178 | 0.07 | 0.24 | 0 | 0.30 | 282.86 | 0.21 | 0.62 |
| Hex | A6 | 88 | B2 | 7 | 18 | 0 | 1E | 11B | 15 | 3E |
| Octal | 246 | 210 | 262 | 7 | 30 | 0 | 36 | 433 | 25 | 76 |
| Binary | 10100110 | 10001000 | 10110010 | 111 | 11000 | 0 | 11110 | 100011011 | 10101 | 111110 |
Color Harmonies of #A688B2
Complementary color
Monochromatic Colors of #A688B2
Black with #A688B2
Text Example
Text Example
White with #A688B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A688B2; }
p { color: rgb(166,136,178); }
H1.HeaderClassName
{
color: #A688B2;
}
.AnyTagClassName
{
color: #A688B2;
}
</style>
background-color css
<style>
a { background-color: #A688B2; }
a { background-color: rgb(166,136,178); }
div.DivClassName
{
background-color: #A688B2;
}
.BgClassName
{
background-color: #A688B2;
}
</style>
border-color css
<style>
span { border-color: #A688B2; }
span { border-color: rgb(166,136,178); }
td.TdClassName
{
border-color: #A688B2;
}
.TagClassName
{
border-color: #A688B2;
}
</style>