Shades of East Side #A08BAD
Tints of East Side #A08BAD
RGB
CMYK
RGB Variations
Color information
#A08BAD (or 0xA08BAD) is known color: East Side. HEX triplet: A0, 8B and AD. RGB value is (160,139,173). Sum of RGB (Red+Green+Blue) = 160+139+173=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #A08BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08BAD is #5F7452. Grayscale: #959595. Windows color (decimal): -6255699 or 11373472. OLE color: 11373472.
HSL color Cylindrical-coordinate representation of color #A08BAD: hue angle of 277.06º degrees, saturation: 0.17, 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 #A08BAD is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 139 | 173 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.32 |
| HSL | 277.06º | 0.17% | 0.61% | - |
| HSV(B) | 277.06º | 0.2% | 0.68% | - |
| XYZ | 31.27 | 28.96 | 43.48 | - |
| YUV | 149.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 173 | 0.08 | 0.20 | 0 | 0.32 | 277.06 | 0.17 | 0.61 |
| Hex | A0 | 8B | AD | 8 | 14 | 0 | 20 | 115 | 11 | 3D |
| Octal | 240 | 213 | 255 | 10 | 24 | 0 | 40 | 425 | 21 | 75 |
| Binary | 10100000 | 10001011 | 10101101 | 1000 | 10100 | 0 | 100000 | 100010101 | 10001 | 111101 |
Color Harmonies of #A08BAD
Complementary color
Monochromatic Colors of #A08BAD
Black with #A08BAD
Text Example
Text Example
White with #A08BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BAD; }
p { color: rgb(160,139,173); }
H1.HeaderClassName
{
color: #A08BAD;
}
.AnyTagClassName
{
color: #A08BAD;
}
</style>
background-color css
<style>
a { background-color: #A08BAD; }
a { background-color: rgb(160,139,173); }
div.DivClassName
{
background-color: #A08BAD;
}
.BgClassName
{
background-color: #A08BAD;
}
</style>
border-color css
<style>
span { border-color: #A08BAD; }
span { border-color: rgb(160,139,173); }
td.TdClassName
{
border-color: #A08BAD;
}
.TagClassName
{
border-color: #A08BAD;
}
</style>