Shades of East Side #A08AAD
Tints of East Side #A08AAD
RGB
CMYK
RGB Variations
Color information
#A08AAD (or 0xA08AAD) is known color: East Side. HEX triplet: A0, 8A and AD. RGB value is (160,138,173). Sum of RGB (Red+Green+Blue) = 160+138+173=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: blue. Hex color #A08AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08AAD is #5F7552. Grayscale: #949494. Windows color (decimal): -6255955 or 11373216. OLE color: 11373216.
HSL color Cylindrical-coordinate representation of color #A08AAD: hue angle of 277.71º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A08AAD is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 138 | 173 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.32 |
| HSL | 277.71º | 0.18% | 0.61% | - |
| HSV(B) | 277.71º | 0.2% | 0.68% | - |
| XYZ | 31.13 | 28.67 | 43.43 | - |
| YUV | 148.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 173 | 0.08 | 0.20 | 0 | 0.32 | 277.71 | 0.18 | 0.61 |
| Hex | A0 | 8A | AD | 8 | 14 | 0 | 20 | 116 | 12 | 3D |
| Octal | 240 | 212 | 255 | 10 | 24 | 0 | 40 | 426 | 22 | 75 |
| Binary | 10100000 | 10001010 | 10101101 | 1000 | 10100 | 0 | 100000 | 100010110 | 10010 | 111101 |
Color Harmonies of #A08AAD
Complementary color
Monochromatic Colors of #A08AAD
Black with #A08AAD
Text Example
Text Example
White with #A08AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08AAD; }
p { color: rgb(160,138,173); }
H1.HeaderClassName
{
color: #A08AAD;
}
.AnyTagClassName
{
color: #A08AAD;
}
</style>
background-color css
<style>
a { background-color: #A08AAD; }
a { background-color: rgb(160,138,173); }
div.DivClassName
{
background-color: #A08AAD;
}
.BgClassName
{
background-color: #A08AAD;
}
</style>
border-color css
<style>
span { border-color: #A08AAD; }
span { border-color: rgb(160,138,173); }
td.TdClassName
{
border-color: #A08AAD;
}
.TagClassName
{
border-color: #A08AAD;
}
</style>