Shades of East Side #A68EAD
Tints of East Side #A68EAD
RGB
CMYK
RGB Variations
Color information
#A68EAD (or 0xA68EAD) is known color: East Side. HEX triplet: A6, 8E and AD. RGB value is (166,142,173). Sum of RGB (Red+Green+Blue) = 166+142+173=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #A68EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68EAD is #597152. Grayscale: #989898. Windows color (decimal): -5861715 or 11374246. OLE color: 11374246.
HSL color Cylindrical-coordinate representation of color #A68EAD: hue angle of 286.45º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A68EAD is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 142 | 173 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.32 |
| HSL | 286.45º | 0.16% | 0.62% | - |
| HSV(B) | 286.45º | 0.18% | 0.68% | - |
| XYZ | 32.94 | 30.47 | 43.68 | - |
| YUV | 152.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 173 | 0.04 | 0.18 | 0 | 0.32 | 286.45 | 0.16 | 0.62 |
| Hex | A6 | 8E | AD | 4 | 12 | 0 | 20 | 11E | 10 | 3E |
| Octal | 246 | 216 | 255 | 4 | 22 | 0 | 40 | 436 | 20 | 76 |
| Binary | 10100110 | 10001110 | 10101101 | 100 | 10010 | 0 | 100000 | 100011110 | 10000 | 111110 |
Color Harmonies of #A68EAD
Complementary color
Monochromatic Colors of #A68EAD
Black with #A68EAD
Text Example
Text Example
White with #A68EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EAD; }
p { color: rgb(166,142,173); }
H1.HeaderClassName
{
color: #A68EAD;
}
.AnyTagClassName
{
color: #A68EAD;
}
</style>
background-color css
<style>
a { background-color: #A68EAD; }
a { background-color: rgb(166,142,173); }
div.DivClassName
{
background-color: #A68EAD;
}
.BgClassName
{
background-color: #A68EAD;
}
</style>
border-color css
<style>
span { border-color: #A68EAD; }
span { border-color: rgb(166,142,173); }
td.TdClassName
{
border-color: #A68EAD;
}
.TagClassName
{
border-color: #A68EAD;
}
</style>