Shades of East Side #A68BAC
Tints of East Side #A68BAC
RGB
CMYK
RGB Variations
Color information
#A68BAC (or 0xA68BAC) is known color: East Side. HEX triplet: A6, 8B and AC. RGB value is (166,139,172). Sum of RGB (Red+Green+Blue) = 166+139+172=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #A68BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68BAC is #597453. Grayscale: #969696. Windows color (decimal): -5862484 or 11307942. OLE color: 11307942.
HSL color Cylindrical-coordinate representation of color #A68BAC: hue angle of 289.09º degrees, saturation: 0.17, 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 #A68BAC is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 139 | 172 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.33 |
| HSL | 289.09º | 0.17% | 0.61% | - |
| HSV(B) | 289.09º | 0.19% | 0.67% | - |
| XYZ | 32.4 | 29.55 | 43.03 | - |
| YUV | 150.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 172 | 0.03 | 0.19 | 0 | 0.33 | 289.09 | 0.17 | 0.61 |
| Hex | A6 | 8B | AC | 3 | 13 | 0 | 21 | 121 | 11 | 3D |
| Octal | 246 | 213 | 254 | 3 | 23 | 0 | 41 | 441 | 21 | 75 |
| Binary | 10100110 | 10001011 | 10101100 | 11 | 10011 | 0 | 100001 | 100100001 | 10001 | 111101 |
Color Harmonies of #A68BAC
Complementary color
Monochromatic Colors of #A68BAC
Black with #A68BAC
Text Example
Text Example
White with #A68BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68BAC; }
p { color: rgb(166,139,172); }
H1.HeaderClassName
{
color: #A68BAC;
}
.AnyTagClassName
{
color: #A68BAC;
}
</style>
background-color css
<style>
a { background-color: #A68BAC; }
a { background-color: rgb(166,139,172); }
div.DivClassName
{
background-color: #A68BAC;
}
.BgClassName
{
background-color: #A68BAC;
}
</style>
border-color css
<style>
span { border-color: #A68BAC; }
span { border-color: rgb(166,139,172); }
td.TdClassName
{
border-color: #A68BAC;
}
.TagClassName
{
border-color: #A68BAC;
}
</style>