Shades of East Side #A38FAB
Tints of East Side #A38FAB
RGB
CMYK
RGB Variations
Color information
#A38FAB (or 0xA38FAB) is known color: East Side. HEX triplet: A3, 8F and AB. RGB value is (163,143,171). Sum of RGB (Red+Green+Blue) = 163+143+171=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #A38FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38FAB is #5C7054. Grayscale: #989898. Windows color (decimal): -6058069 or 11243427. OLE color: 11243427.
HSL color Cylindrical-coordinate representation of color #A38FAB: hue angle of 282.86º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A38FAB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 143 | 171 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.33 |
| HSL | 282.86º | 0.14% | 0.62% | - |
| HSV(B) | 282.86º | 0.16% | 0.67% | - |
| XYZ | 32.28 | 30.37 | 42.69 | - |
| YUV | 152.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 171 | 0.05 | 0.16 | 0 | 0.33 | 282.86 | 0.14 | 0.62 |
| Hex | A3 | 8F | AB | 5 | 10 | 0 | 21 | 11B | E | 3E |
| Octal | 243 | 217 | 253 | 5 | 20 | 0 | 41 | 433 | 16 | 76 |
| Binary | 10100011 | 10001111 | 10101011 | 101 | 10000 | 0 | 100001 | 100011011 | 1110 | 111110 |
Color Harmonies of #A38FAB
Complementary color
Monochromatic Colors of #A38FAB
Black with #A38FAB
Text Example
Text Example
White with #A38FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FAB; }
p { color: rgb(163,143,171); }
H1.HeaderClassName
{
color: #A38FAB;
}
.AnyTagClassName
{
color: #A38FAB;
}
</style>
background-color css
<style>
a { background-color: #A38FAB; }
a { background-color: rgb(163,143,171); }
div.DivClassName
{
background-color: #A38FAB;
}
.BgClassName
{
background-color: #A38FAB;
}
</style>
border-color css
<style>
span { border-color: #A38FAB; }
span { border-color: rgb(163,143,171); }
td.TdClassName
{
border-color: #A38FAB;
}
.TagClassName
{
border-color: #A38FAB;
}
</style>