Shades of East Side #A38AB9
Tints of East Side #A38AB9
RGB
CMYK
RGB Variations
Color information
#A38AB9 (or 0xA38AB9) is known color: East Side. HEX triplet: A3, 8A and B9. RGB value is (163,138,185). Sum of RGB (Red+Green+Blue) = 163+138+185=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #A38AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38AB9 is #5C7546. Grayscale: #969696. Windows color (decimal): -6059335 or 12159651. OLE color: 12159651.
HSL color Cylindrical-coordinate representation of color #A38AB9: hue angle of 271.91º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A38AB9 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 138 | 185 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.27 |
| HSL | 271.91º | 0.25% | 0.63% | - |
| HSV(B) | 271.91º | 0.25% | 0.73% | - |
| XYZ | 32.95 | 29.47 | 49.85 | - |
| YUV | 150.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 185 | 0.12 | 0.25 | 0 | 0.27 | 271.91 | 0.25 | 0.63 |
| Hex | A3 | 8A | B9 | C | 19 | 0 | 1B | 110 | 19 | 3F |
| Octal | 243 | 212 | 271 | 14 | 31 | 0 | 33 | 420 | 31 | 77 |
| Binary | 10100011 | 10001010 | 10111001 | 1100 | 11001 | 0 | 11011 | 100010000 | 11001 | 111111 |
Color Harmonies of #A38AB9
Complementary color
Monochromatic Colors of #A38AB9
Black with #A38AB9
Text Example
Text Example
White with #A38AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38AB9; }
p { color: rgb(163,138,185); }
H1.HeaderClassName
{
color: #A38AB9;
}
.AnyTagClassName
{
color: #A38AB9;
}
</style>
background-color css
<style>
a { background-color: #A38AB9; }
a { background-color: rgb(163,138,185); }
div.DivClassName
{
background-color: #A38AB9;
}
.BgClassName
{
background-color: #A38AB9;
}
</style>
border-color css
<style>
span { border-color: #A38AB9; }
span { border-color: rgb(163,138,185); }
td.TdClassName
{
border-color: #A38AB9;
}
.TagClassName
{
border-color: #A38AB9;
}
</style>