Shades of East Side #A38BAC
Tints of East Side #A38BAC
RGB
CMYK
RGB Variations
Color information
#A38BAC (or 0xA38BAC) is known color: East Side. HEX triplet: A3, 8B and AC. RGB value is (163,139,172). Sum of RGB (Red+Green+Blue) = 163+139+172=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #A38BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38BAC is #5C7453. Grayscale: #959595. Windows color (decimal): -6059092 or 11307939. OLE color: 11307939.
HSL color Cylindrical-coordinate representation of color #A38BAC: hue angle of 283.64º degrees, saturation: 0.17, 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 #A38BAC is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 139 | 172 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.33 |
| HSL | 283.64º | 0.17% | 0.61% | - |
| HSV(B) | 283.64º | 0.19% | 0.67% | - |
| XYZ | 31.78 | 29.23 | 43 | - |
| YUV | 149.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 172 | 0.05 | 0.19 | 0 | 0.33 | 283.64 | 0.17 | 0.61 |
| Hex | A3 | 8B | AC | 5 | 13 | 0 | 21 | 11C | 11 | 3D |
| Octal | 243 | 213 | 254 | 5 | 23 | 0 | 41 | 434 | 21 | 75 |
| Binary | 10100011 | 10001011 | 10101100 | 101 | 10011 | 0 | 100001 | 100011100 | 10001 | 111101 |
Color Harmonies of #A38BAC
Complementary color
Monochromatic Colors of #A38BAC
Black with #A38BAC
Text Example
Text Example
White with #A38BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BAC; }
p { color: rgb(163,139,172); }
H1.HeaderClassName
{
color: #A38BAC;
}
.AnyTagClassName
{
color: #A38BAC;
}
</style>
background-color css
<style>
a { background-color: #A38BAC; }
a { background-color: rgb(163,139,172); }
div.DivClassName
{
background-color: #A38BAC;
}
.BgClassName
{
background-color: #A38BAC;
}
</style>
border-color css
<style>
span { border-color: #A38BAC; }
span { border-color: rgb(163,139,172); }
td.TdClassName
{
border-color: #A38BAC;
}
.TagClassName
{
border-color: #A38BAC;
}
</style>