Shades of East Side #A68EAB
Tints of East Side #A68EAB
RGB
CMYK
RGB Variations
Color information
#A68EAB (or 0xA68EAB) is known color: East Side. HEX triplet: A6, 8E and AB. RGB value is (166,142,171). Sum of RGB (Red+Green+Blue) = 166+142+171=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #A68EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68EAB is #597154. Grayscale: #989898. Windows color (decimal): -5861717 or 11243174. OLE color: 11243174.
HSL color Cylindrical-coordinate representation of color #A68EAB: hue angle of 289.66º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A68EAB is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 142 | 171 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.33 |
| HSL | 289.66º | 0.15% | 0.61% | - |
| HSV(B) | 289.66º | 0.17% | 0.67% | - |
| XYZ | 32.75 | 30.39 | 42.67 | - |
| YUV | 152.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 171 | 0.03 | 0.17 | 0 | 0.33 | 289.66 | 0.15 | 0.61 |
| Hex | A6 | 8E | AB | 3 | 11 | 0 | 21 | 122 | F | 3D |
| Octal | 246 | 216 | 253 | 3 | 21 | 0 | 41 | 442 | 17 | 75 |
| Binary | 10100110 | 10001110 | 10101011 | 11 | 10001 | 0 | 100001 | 100100010 | 1111 | 111101 |
Color Harmonies of #A68EAB
Complementary color
Monochromatic Colors of #A68EAB
Black with #A68EAB
Text Example
Text Example
White with #A68EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EAB; }
p { color: rgb(166,142,171); }
H1.HeaderClassName
{
color: #A68EAB;
}
.AnyTagClassName
{
color: #A68EAB;
}
</style>
background-color css
<style>
a { background-color: #A68EAB; }
a { background-color: rgb(166,142,171); }
div.DivClassName
{
background-color: #A68EAB;
}
.BgClassName
{
background-color: #A68EAB;
}
</style>
border-color css
<style>
span { border-color: #A68EAB; }
span { border-color: rgb(166,142,171); }
td.TdClassName
{
border-color: #A68EAB;
}
.TagClassName
{
border-color: #A68EAB;
}
</style>