Shades of East Side #A68AAB
Tints of East Side #A68AAB
RGB
CMYK
RGB Variations
Color information
#A68AAB (or 0xA68AAB) is known color: East Side. HEX triplet: A6, 8A and AB. RGB value is (166,138,171). Sum of RGB (Red+Green+Blue) = 166+138+171=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #A68AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68AAB is #597554. Grayscale: #969696. Windows color (decimal): -5862741 or 11242150. OLE color: 11242150.
HSL color Cylindrical-coordinate representation of color #A68AAB: hue angle of 290.91º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A68AAB is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 138 | 171 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.33 |
| HSL | 290.91º | 0.16% | 0.61% | - |
| HSV(B) | 290.91º | 0.19% | 0.67% | - |
| XYZ | 32.17 | 29.22 | 42.47 | - |
| YUV | 150.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 171 | 0.03 | 0.19 | 0 | 0.33 | 290.91 | 0.16 | 0.61 |
| Hex | A6 | 8A | AB | 3 | 13 | 0 | 21 | 123 | 10 | 3D |
| Octal | 246 | 212 | 253 | 3 | 23 | 0 | 41 | 443 | 20 | 75 |
| Binary | 10100110 | 10001010 | 10101011 | 11 | 10011 | 0 | 100001 | 100100011 | 10000 | 111101 |
Color Harmonies of #A68AAB
Complementary color
Monochromatic Colors of #A68AAB
Black with #A68AAB
Text Example
Text Example
White with #A68AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68AAB; }
p { color: rgb(166,138,171); }
H1.HeaderClassName
{
color: #A68AAB;
}
.AnyTagClassName
{
color: #A68AAB;
}
</style>
background-color css
<style>
a { background-color: #A68AAB; }
a { background-color: rgb(166,138,171); }
div.DivClassName
{
background-color: #A68AAB;
}
.BgClassName
{
background-color: #A68AAB;
}
</style>
border-color css
<style>
span { border-color: #A68AAB; }
span { border-color: rgb(166,138,171); }
td.TdClassName
{
border-color: #A68AAB;
}
.TagClassName
{
border-color: #A68AAB;
}
</style>