Shades of East Side #A38BB6
Tints of East Side #A38BB6
RGB
CMYK
RGB Variations
Color information
#A38BB6 (or 0xA38BB6) is known color: East Side. HEX triplet: A3, 8B and B6. RGB value is (163,139,182). Sum of RGB (Red+Green+Blue) = 163+139+182=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: blue. Hex color #A38BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BB6 is #5C7449. Grayscale: #969696. Windows color (decimal): -6059082 or 11963299. OLE color: 11963299.
HSL color Cylindrical-coordinate representation of color #A38BB6: hue angle of 273.49º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A38BB6 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 139 | 182 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.29 |
| HSL | 273.49º | 0.23% | 0.63% | - |
| HSV(B) | 273.49º | 0.24% | 0.71% | - |
| XYZ | 32.78 | 29.63 | 48.25 | - |
| YUV | 151.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 182 | 0.10 | 0.24 | 0 | 0.29 | 273.49 | 0.23 | 0.63 |
| Hex | A3 | 8B | B6 | A | 18 | 0 | 1D | 111 | 17 | 3F |
| Octal | 243 | 213 | 266 | 12 | 30 | 0 | 35 | 421 | 27 | 77 |
| Binary | 10100011 | 10001011 | 10110110 | 1010 | 11000 | 0 | 11101 | 100010001 | 10111 | 111111 |
Color Harmonies of #A38BB6
Complementary color
Monochromatic Colors of #A38BB6
Black with #A38BB6
Text Example
Text Example
White with #A38BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BB6; }
p { color: rgb(163,139,182); }
H1.HeaderClassName
{
color: #A38BB6;
}
.AnyTagClassName
{
color: #A38BB6;
}
</style>
background-color css
<style>
a { background-color: #A38BB6; }
a { background-color: rgb(163,139,182); }
div.DivClassName
{
background-color: #A38BB6;
}
.BgClassName
{
background-color: #A38BB6;
}
</style>
border-color css
<style>
span { border-color: #A38BB6; }
span { border-color: rgb(163,139,182); }
td.TdClassName
{
border-color: #A38BB6;
}
.TagClassName
{
border-color: #A38BB6;
}
</style>