Shades of East Side #A38BAF
Tints of East Side #A38BAF
RGB
CMYK
RGB Variations
Color information
#A38BAF (or 0xA38BAF) is known color: East Side. HEX triplet: A3, 8B and AF. RGB value is (163,139,175). Sum of RGB (Red+Green+Blue) = 163+139+175=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #A38BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38BAF is #5C7450. Grayscale: #969696. Windows color (decimal): -6059089 or 11504547. OLE color: 11504547.
HSL color Cylindrical-coordinate representation of color #A38BAF: hue angle of 280º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A38BAF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 139 | 175 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.31 |
| HSL | 280º | 0.18% | 0.62% | - |
| HSV(B) | 280º | 0.21% | 0.69% | - |
| XYZ | 32.07 | 29.35 | 44.53 | - |
| YUV | 150.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 175 | 0.07 | 0.21 | 0 | 0.31 | 280 | 0.18 | 0.62 |
| Hex | A3 | 8B | AF | 7 | 15 | 0 | 1F | 118 | 12 | 3E |
| Octal | 243 | 213 | 257 | 7 | 25 | 0 | 37 | 430 | 22 | 76 |
| Binary | 10100011 | 10001011 | 10101111 | 111 | 10101 | 0 | 11111 | 100011000 | 10010 | 111110 |
Color Harmonies of #A38BAF
Complementary color
Monochromatic Colors of #A38BAF
Black with #A38BAF
Text Example
Text Example
White with #A38BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BAF; }
p { color: rgb(163,139,175); }
H1.HeaderClassName
{
color: #A38BAF;
}
.AnyTagClassName
{
color: #A38BAF;
}
</style>
background-color css
<style>
a { background-color: #A38BAF; }
a { background-color: rgb(163,139,175); }
div.DivClassName
{
background-color: #A38BAF;
}
.BgClassName
{
background-color: #A38BAF;
}
</style>
border-color css
<style>
span { border-color: #A38BAF; }
span { border-color: rgb(163,139,175); }
td.TdClassName
{
border-color: #A38BAF;
}
.TagClassName
{
border-color: #A38BAF;
}
</style>