Shades of East Side #A38FAD
Tints of East Side #A38FAD
RGB
CMYK
RGB Variations
Color information
#A38FAD (or 0xA38FAD) is known color: East Side. HEX triplet: A3, 8F and AD. RGB value is (163,143,173). Sum of RGB (Red+Green+Blue) = 163+143+173=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #A38FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38FAD is #5C7052. Grayscale: #989898. Windows color (decimal): -6058067 or 11374499. OLE color: 11374499.
HSL color Cylindrical-coordinate representation of color #A38FAD: hue angle of 280º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A38FAD is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 143 | 173 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.32 |
| HSL | 280º | 0.15% | 0.62% | - |
| HSV(B) | 280º | 0.17% | 0.68% | - |
| XYZ | 32.47 | 30.45 | 43.7 | - |
| YUV | 152.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 173 | 0.06 | 0.17 | 0 | 0.32 | 280 | 0.15 | 0.62 |
| Hex | A3 | 8F | AD | 6 | 11 | 0 | 20 | 118 | F | 3E |
| Octal | 243 | 217 | 255 | 6 | 21 | 0 | 40 | 430 | 17 | 76 |
| Binary | 10100011 | 10001111 | 10101101 | 110 | 10001 | 0 | 100000 | 100011000 | 1111 | 111110 |
Color Harmonies of #A38FAD
Complementary color
Monochromatic Colors of #A38FAD
Black with #A38FAD
Text Example
Text Example
White with #A38FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FAD; }
p { color: rgb(163,143,173); }
H1.HeaderClassName
{
color: #A38FAD;
}
.AnyTagClassName
{
color: #A38FAD;
}
</style>
background-color css
<style>
a { background-color: #A38FAD; }
a { background-color: rgb(163,143,173); }
div.DivClassName
{
background-color: #A38FAD;
}
.BgClassName
{
background-color: #A38FAD;
}
</style>
border-color css
<style>
span { border-color: #A38FAD; }
span { border-color: rgb(163,143,173); }
td.TdClassName
{
border-color: #A38FAD;
}
.TagClassName
{
border-color: #A38FAD;
}
</style>