Shades of East Side #A38CAD
Tints of East Side #A38CAD
RGB
CMYK
RGB Variations
Color information
#A38CAD (or 0xA38CAD) is known color: East Side. HEX triplet: A3, 8C and AD. RGB value is (163,140,173). Sum of RGB (Red+Green+Blue) = 163+140+173=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #A38CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38CAD is #5C7352. Grayscale: #969696. Windows color (decimal): -6058835 or 11373731. OLE color: 11373731.
HSL color Cylindrical-coordinate representation of color #A38CAD: hue angle of 281.82º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A38CAD is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 140 | 173 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.32 |
| HSL | 281.82º | 0.17% | 0.61% | - |
| HSV(B) | 281.82º | 0.19% | 0.68% | - |
| XYZ | 32.03 | 29.56 | 43.55 | - |
| YUV | 150.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 173 | 0.06 | 0.19 | 0 | 0.32 | 281.82 | 0.17 | 0.61 |
| Hex | A3 | 8C | AD | 6 | 13 | 0 | 20 | 11A | 11 | 3D |
| Octal | 243 | 214 | 255 | 6 | 23 | 0 | 40 | 432 | 21 | 75 |
| Binary | 10100011 | 10001100 | 10101101 | 110 | 10011 | 0 | 100000 | 100011010 | 10001 | 111101 |
Color Harmonies of #A38CAD
Complementary color
Monochromatic Colors of #A38CAD
Black with #A38CAD
Text Example
Text Example
White with #A38CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CAD; }
p { color: rgb(163,140,173); }
H1.HeaderClassName
{
color: #A38CAD;
}
.AnyTagClassName
{
color: #A38CAD;
}
</style>
background-color css
<style>
a { background-color: #A38CAD; }
a { background-color: rgb(163,140,173); }
div.DivClassName
{
background-color: #A38CAD;
}
.BgClassName
{
background-color: #A38CAD;
}
</style>
border-color css
<style>
span { border-color: #A38CAD; }
span { border-color: rgb(163,140,173); }
td.TdClassName
{
border-color: #A38CAD;
}
.TagClassName
{
border-color: #A38CAD;
}
</style>