Shades of East Side #A385AD
Tints of East Side #A385AD
RGB
CMYK
RGB Variations
Color information
#A385AD (or 0xA385AD) is known color: East Side. HEX triplet: A3, 85 and AD. RGB value is (163,133,173). Sum of RGB (Red+Green+Blue) = 163+133+173=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #A385AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A385AD is #5C7A52. Grayscale: #929292. Windows color (decimal): -6060627 or 11371939. OLE color: 11371939.
HSL color Cylindrical-coordinate representation of color #A385AD: hue angle of 285º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A385AD is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 133 | 173 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.32 |
| HSL | 285º | 0.2% | 0.6% | - |
| HSV(B) | 285º | 0.23% | 0.68% | - |
| XYZ | 31.03 | 27.58 | 43.22 | - |
| YUV | 146.53 | 142.94 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 173 | 0.06 | 0.23 | 0 | 0.32 | 285 | 0.2 | 0.6 |
| Hex | A3 | 85 | AD | 6 | 17 | 0 | 20 | 11D | 14 | 3C |
| Octal | 243 | 205 | 255 | 6 | 27 | 0 | 40 | 435 | 24 | 74 |
| Binary | 10100011 | 10000101 | 10101101 | 110 | 10111 | 0 | 100000 | 100011101 | 10100 | 111100 |
Color Harmonies of #A385AD
Complementary color
Monochromatic Colors of #A385AD
Black with #A385AD
Text Example
Text Example
White with #A385AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A385AD; }
p { color: rgb(163,133,173); }
H1.HeaderClassName
{
color: #A385AD;
}
.AnyTagClassName
{
color: #A385AD;
}
</style>
background-color css
<style>
a { background-color: #A385AD; }
a { background-color: rgb(163,133,173); }
div.DivClassName
{
background-color: #A385AD;
}
.BgClassName
{
background-color: #A385AD;
}
</style>
border-color css
<style>
span { border-color: #A385AD; }
span { border-color: rgb(163,133,173); }
td.TdClassName
{
border-color: #A385AD;
}
.TagClassName
{
border-color: #A385AD;
}
</style>