Shades of East Side #A68DAC
Tints of East Side #A68DAC
RGB
CMYK
RGB Variations
Color information
#A68DAC (or 0xA68DAC) is known color: East Side. HEX triplet: A6, 8D and AC. RGB value is (166,141,172). Sum of RGB (Red+Green+Blue) = 166+141+172=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #A68DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68DAC is #597253. Grayscale: #979797. Windows color (decimal): -5861972 or 11308454. OLE color: 11308454.
HSL color Cylindrical-coordinate representation of color #A68DAC: hue angle of 288.39º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A68DAC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 141 | 172 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.33 |
| HSL | 288.39º | 0.16% | 0.61% | - |
| HSV(B) | 288.39º | 0.18% | 0.67% | - |
| XYZ | 32.7 | 30.14 | 43.12 | - |
| YUV | 152.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 172 | 0.03 | 0.18 | 0 | 0.33 | 288.39 | 0.16 | 0.61 |
| Hex | A6 | 8D | AC | 3 | 12 | 0 | 21 | 120 | 10 | 3D |
| Octal | 246 | 215 | 254 | 3 | 22 | 0 | 41 | 440 | 20 | 75 |
| Binary | 10100110 | 10001101 | 10101100 | 11 | 10010 | 0 | 100001 | 100100000 | 10000 | 111101 |
Color Harmonies of #A68DAC
Complementary color
Monochromatic Colors of #A68DAC
Black with #A68DAC
Text Example
Text Example
White with #A68DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DAC; }
p { color: rgb(166,141,172); }
H1.HeaderClassName
{
color: #A68DAC;
}
.AnyTagClassName
{
color: #A68DAC;
}
</style>
background-color css
<style>
a { background-color: #A68DAC; }
a { background-color: rgb(166,141,172); }
div.DivClassName
{
background-color: #A68DAC;
}
.BgClassName
{
background-color: #A68DAC;
}
</style>
border-color css
<style>
span { border-color: #A68DAC; }
span { border-color: rgb(166,141,172); }
td.TdClassName
{
border-color: #A68DAC;
}
.TagClassName
{
border-color: #A68DAC;
}
</style>