Shades of East Side #A08DAC
Tints of East Side #A08DAC
RGB
CMYK
RGB Variations
Color information
#A08DAC (or 0xA08DAC) is known color: East Side. HEX triplet: A0, 8D and AC. RGB value is (160,141,172). Sum of RGB (Red+Green+Blue) = 160+141+172=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 172 - color contains mainly: blue. Hex color #A08DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08DAC is #5F7253. Grayscale: #969696. Windows color (decimal): -6255188 or 11308448. OLE color: 11308448.
HSL color Cylindrical-coordinate representation of color #A08DAC: hue angle of 276.77º 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 #A08DAC is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 141 | 172 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.33 |
| HSL | 276.77º | 0.16% | 0.61% | - |
| HSV(B) | 276.77º | 0.18% | 0.67% | - |
| XYZ | 31.47 | 29.5 | 43.07 | - |
| YUV | 150.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 172 | 0.07 | 0.18 | 0 | 0.33 | 276.77 | 0.16 | 0.61 |
| Hex | A0 | 8D | AC | 7 | 12 | 0 | 21 | 115 | 10 | 3D |
| Octal | 240 | 215 | 254 | 7 | 22 | 0 | 41 | 425 | 20 | 75 |
| Binary | 10100000 | 10001101 | 10101100 | 111 | 10010 | 0 | 100001 | 100010101 | 10000 | 111101 |
Color Harmonies of #A08DAC
Complementary color
Monochromatic Colors of #A08DAC
Black with #A08DAC
Text Example
Text Example
White with #A08DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DAC; }
p { color: rgb(160,141,172); }
H1.HeaderClassName
{
color: #A08DAC;
}
.AnyTagClassName
{
color: #A08DAC;
}
</style>
background-color css
<style>
a { background-color: #A08DAC; }
a { background-color: rgb(160,141,172); }
div.DivClassName
{
background-color: #A08DAC;
}
.BgClassName
{
background-color: #A08DAC;
}
</style>
border-color css
<style>
span { border-color: #A08DAC; }
span { border-color: rgb(160,141,172); }
td.TdClassName
{
border-color: #A08DAC;
}
.TagClassName
{
border-color: #A08DAC;
}
</style>