Shades of East Side #A688B4
Tints of East Side #A688B4
RGB
CMYK
RGB Variations
Color information
#A688B4 (or 0xA688B4) is known color: East Side. HEX triplet: A6, 88 and B4. RGB value is (166,136,180). Sum of RGB (Red+Green+Blue) = 166+136+180=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #A688B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688B4 is #59774B. Grayscale: #959595. Windows color (decimal): -5863244 or 11831462. OLE color: 11831462.
HSL color Cylindrical-coordinate representation of color #A688B4: hue angle of 280.91º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A688B4 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 136 | 180 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.29 |
| HSL | 280.91º | 0.23% | 0.62% | - |
| HSV(B) | 280.91º | 0.24% | 0.71% | - |
| XYZ | 32.77 | 29.01 | 47.05 | - |
| YUV | 149.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 180 | 0.08 | 0.24 | 0 | 0.29 | 280.91 | 0.23 | 0.62 |
| Hex | A6 | 88 | B4 | 8 | 18 | 0 | 1D | 119 | 17 | 3E |
| Octal | 246 | 210 | 264 | 10 | 30 | 0 | 35 | 431 | 27 | 76 |
| Binary | 10100110 | 10001000 | 10110100 | 1000 | 11000 | 0 | 11101 | 100011001 | 10111 | 111110 |
Color Harmonies of #A688B4
Complementary color
Monochromatic Colors of #A688B4
Black with #A688B4
Text Example
Text Example
White with #A688B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A688B4; }
p { color: rgb(166,136,180); }
H1.HeaderClassName
{
color: #A688B4;
}
.AnyTagClassName
{
color: #A688B4;
}
</style>
background-color css
<style>
a { background-color: #A688B4; }
a { background-color: rgb(166,136,180); }
div.DivClassName
{
background-color: #A688B4;
}
.BgClassName
{
background-color: #A688B4;
}
</style>
border-color css
<style>
span { border-color: #A688B4; }
span { border-color: rgb(166,136,180); }
td.TdClassName
{
border-color: #A688B4;
}
.TagClassName
{
border-color: #A688B4;
}
</style>