Shades of East Side #A38FB6
Tints of East Side #A38FB6
RGB
CMYK
RGB Variations
Color information
#A38FB6 (or 0xA38FB6) is known color: East Side. HEX triplet: A3, 8F and B6. RGB value is (163,143,182). Sum of RGB (Red+Green+Blue) = 163+143+182=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 182 - color contains mainly: blue. Hex color #A38FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FB6 is #5C7049. Grayscale: #999999. Windows color (decimal): -6058058 or 11964323. OLE color: 11964323.
HSL color Cylindrical-coordinate representation of color #A38FB6: hue angle of 270.77º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A38FB6 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 143 | 182 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.29 |
| HSL | 270.77º | 0.21% | 0.64% | - |
| HSV(B) | 270.77º | 0.21% | 0.71% | - |
| XYZ | 33.37 | 30.81 | 48.44 | - |
| YUV | 153.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 182 | 0.10 | 0.21 | 0 | 0.29 | 270.77 | 0.21 | 0.64 |
| Hex | A3 | 8F | B6 | A | 15 | 0 | 1D | 10F | 15 | 40 |
| Octal | 243 | 217 | 266 | 12 | 25 | 0 | 35 | 417 | 25 | 100 |
| Binary | 10100011 | 10001111 | 10110110 | 1010 | 10101 | 0 | 11101 | 100001111 | 10101 | 1000000 |
Color Harmonies of #A38FB6
Complementary color
Monochromatic Colors of #A38FB6
Black with #A38FB6
Text Example
Text Example
White with #A38FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FB6; }
p { color: rgb(163,143,182); }
H1.HeaderClassName
{
color: #A38FB6;
}
.AnyTagClassName
{
color: #A38FB6;
}
</style>
background-color css
<style>
a { background-color: #A38FB6; }
a { background-color: rgb(163,143,182); }
div.DivClassName
{
background-color: #A38FB6;
}
.BgClassName
{
background-color: #A38FB6;
}
</style>
border-color css
<style>
span { border-color: #A38FB6; }
span { border-color: rgb(163,143,182); }
td.TdClassName
{
border-color: #A38FB6;
}
.TagClassName
{
border-color: #A38FB6;
}
</style>