Shades of East Side #A38BAB
Tints of East Side #A38BAB
RGB
CMYK
RGB Variations
Color information
#A38BAB (or 0xA38BAB) is known color: East Side. HEX triplet: A3, 8B and AB. RGB value is (163,139,171). Sum of RGB (Red+Green+Blue) = 163+139+171=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #A38BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38BAB is #5C7454. Grayscale: #959595. Windows color (decimal): -6059093 or 11242403. OLE color: 11242403.
HSL color Cylindrical-coordinate representation of color #A38BAB: hue angle of 285º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A38BAB is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 139 | 171 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.33 |
| HSL | 285º | 0.16% | 0.61% | - |
| HSV(B) | 285º | 0.19% | 0.67% | - |
| XYZ | 31.69 | 29.19 | 42.49 | - |
| YUV | 149.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 171 | 0.05 | 0.19 | 0 | 0.33 | 285 | 0.16 | 0.61 |
| Hex | A3 | 8B | AB | 5 | 13 | 0 | 21 | 11D | 10 | 3D |
| Octal | 243 | 213 | 253 | 5 | 23 | 0 | 41 | 435 | 20 | 75 |
| Binary | 10100011 | 10001011 | 10101011 | 101 | 10011 | 0 | 100001 | 100011101 | 10000 | 111101 |
Color Harmonies of #A38BAB
Complementary color
Monochromatic Colors of #A38BAB
Black with #A38BAB
Text Example
Text Example
White with #A38BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BAB; }
p { color: rgb(163,139,171); }
H1.HeaderClassName
{
color: #A38BAB;
}
.AnyTagClassName
{
color: #A38BAB;
}
</style>
background-color css
<style>
a { background-color: #A38BAB; }
a { background-color: rgb(163,139,171); }
div.DivClassName
{
background-color: #A38BAB;
}
.BgClassName
{
background-color: #A38BAB;
}
</style>
border-color css
<style>
span { border-color: #A38BAB; }
span { border-color: rgb(163,139,171); }
td.TdClassName
{
border-color: #A38BAB;
}
.TagClassName
{
border-color: #A38BAB;
}
</style>