Shades of East Side #A38DAD
Tints of East Side #A38DAD
RGB
CMYK
RGB Variations
Color information
#A38DAD (or 0xA38DAD) is known color: East Side. HEX triplet: A3, 8D and AD. RGB value is (163,141,173). Sum of RGB (Red+Green+Blue) = 163+141+173=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #A38DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38DAD is #5C7252. Grayscale: #979797. Windows color (decimal): -6058579 or 11373987. OLE color: 11373987.
HSL color Cylindrical-coordinate representation of color #A38DAD: hue angle of 281.25º 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 #A38DAD is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 141 | 173 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.32 |
| HSL | 281.25º | 0.16% | 0.62% | - |
| HSV(B) | 281.25º | 0.18% | 0.68% | - |
| XYZ | 32.17 | 29.85 | 43.6 | - |
| YUV | 151.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 173 | 0.06 | 0.18 | 0 | 0.32 | 281.25 | 0.16 | 0.62 |
| Hex | A3 | 8D | AD | 6 | 12 | 0 | 20 | 119 | 10 | 3E |
| Octal | 243 | 215 | 255 | 6 | 22 | 0 | 40 | 431 | 20 | 76 |
| Binary | 10100011 | 10001101 | 10101101 | 110 | 10010 | 0 | 100000 | 100011001 | 10000 | 111110 |
Color Harmonies of #A38DAD
Complementary color
Monochromatic Colors of #A38DAD
Black with #A38DAD
Text Example
Text Example
White with #A38DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38DAD; }
p { color: rgb(163,141,173); }
H1.HeaderClassName
{
color: #A38DAD;
}
.AnyTagClassName
{
color: #A38DAD;
}
</style>
background-color css
<style>
a { background-color: #A38DAD; }
a { background-color: rgb(163,141,173); }
div.DivClassName
{
background-color: #A38DAD;
}
.BgClassName
{
background-color: #A38DAD;
}
</style>
border-color css
<style>
span { border-color: #A38DAD; }
span { border-color: rgb(163,141,173); }
td.TdClassName
{
border-color: #A38DAD;
}
.TagClassName
{
border-color: #A38DAD;
}
</style>