Shades of East Side #A38DB9
Tints of East Side #A38DB9
RGB
CMYK
RGB Variations
Color information
#A38DB9 (or 0xA38DB9) is known color: East Side. HEX triplet: A3, 8D and B9. RGB value is (163,141,185). Sum of RGB (Red+Green+Blue) = 163+141+185=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 185 - color contains mainly: blue. Hex color #A38DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DB9 is #5C7246. Grayscale: #989898. Windows color (decimal): -6058567 or 12160419. OLE color: 12160419.
HSL color Cylindrical-coordinate representation of color #A38DB9: hue angle of 270º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A38DB9 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 141 | 185 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.27 |
| HSL | 270º | 0.24% | 0.64% | - |
| HSV(B) | 270º | 0.24% | 0.73% | - |
| XYZ | 33.39 | 30.34 | 50 | - |
| YUV | 152.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 185 | 0.12 | 0.24 | 0 | 0.27 | 270 | 0.24 | 0.64 |
| Hex | A3 | 8D | B9 | C | 18 | 0 | 1B | 10E | 18 | 40 |
| Octal | 243 | 215 | 271 | 14 | 30 | 0 | 33 | 416 | 30 | 100 |
| Binary | 10100011 | 10001101 | 10111001 | 1100 | 11000 | 0 | 11011 | 100001110 | 11000 | 1000000 |
Color Harmonies of #A38DB9
Complementary color
Monochromatic Colors of #A38DB9
Black with #A38DB9
Text Example
Text Example
White with #A38DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38DB9; }
p { color: rgb(163,141,185); }
H1.HeaderClassName
{
color: #A38DB9;
}
.AnyTagClassName
{
color: #A38DB9;
}
</style>
background-color css
<style>
a { background-color: #A38DB9; }
a { background-color: rgb(163,141,185); }
div.DivClassName
{
background-color: #A38DB9;
}
.BgClassName
{
background-color: #A38DB9;
}
</style>
border-color css
<style>
span { border-color: #A38DB9; }
span { border-color: rgb(163,141,185); }
td.TdClassName
{
border-color: #A38DB9;
}
.TagClassName
{
border-color: #A38DB9;
}
</style>