Shades of East Side #A68CAE
Tints of East Side #A68CAE
RGB
CMYK
RGB Variations
Color information
#A68CAE (or 0xA68CAE) is known color: East Side. HEX triplet: A6, 8C and AE. RGB value is (166,140,174). Sum of RGB (Red+Green+Blue) = 166+140+174=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #A68CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68CAE is #597351. Grayscale: #979797. Windows color (decimal): -5862226 or 11439270. OLE color: 11439270.
HSL color Cylindrical-coordinate representation of color #A68CAE: hue angle of 285.88º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A68CAE is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 140 | 174 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.32 |
| HSL | 285.88º | 0.17% | 0.62% | - |
| HSV(B) | 285.88º | 0.2% | 0.68% | - |
| XYZ | 32.74 | 29.92 | 44.09 | - |
| YUV | 151.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 174 | 0.05 | 0.20 | 0 | 0.32 | 285.88 | 0.17 | 0.62 |
| Hex | A6 | 8C | AE | 5 | 14 | 0 | 20 | 11E | 11 | 3E |
| Octal | 246 | 214 | 256 | 5 | 24 | 0 | 40 | 436 | 21 | 76 |
| Binary | 10100110 | 10001100 | 10101110 | 101 | 10100 | 0 | 100000 | 100011110 | 10001 | 111110 |
Color Harmonies of #A68CAE
Complementary color
Monochromatic Colors of #A68CAE
Black with #A68CAE
Text Example
Text Example
White with #A68CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68CAE; }
p { color: rgb(166,140,174); }
H1.HeaderClassName
{
color: #A68CAE;
}
.AnyTagClassName
{
color: #A68CAE;
}
</style>
background-color css
<style>
a { background-color: #A68CAE; }
a { background-color: rgb(166,140,174); }
div.DivClassName
{
background-color: #A68CAE;
}
.BgClassName
{
background-color: #A68CAE;
}
</style>
border-color css
<style>
span { border-color: #A68CAE; }
span { border-color: rgb(166,140,174); }
td.TdClassName
{
border-color: #A68CAE;
}
.TagClassName
{
border-color: #A68CAE;
}
</style>