Shades of East Side #A385AC
Tints of East Side #A385AC
RGB
CMYK
RGB Variations
Color information
#A385AC (or 0xA385AC) is known color: East Side. HEX triplet: A3, 85 and AC. RGB value is (163,133,172). Sum of RGB (Red+Green+Blue) = 163+133+172=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #A385AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A385AC is #5C7A53. Grayscale: #929292. Windows color (decimal): -6060628 or 11306403. OLE color: 11306403.
HSL color Cylindrical-coordinate representation of color #A385AC: hue angle of 286.15º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A385AC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 133 | 172 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.33 |
| HSL | 286.15º | 0.19% | 0.6% | - |
| HSV(B) | 286.15º | 0.23% | 0.67% | - |
| XYZ | 30.94 | 27.54 | 42.71 | - |
| YUV | 146.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 172 | 0.05 | 0.23 | 0 | 0.33 | 286.15 | 0.19 | 0.6 |
| Hex | A3 | 85 | AC | 5 | 17 | 0 | 21 | 11E | 13 | 3C |
| Octal | 243 | 205 | 254 | 5 | 27 | 0 | 41 | 436 | 23 | 74 |
| Binary | 10100011 | 10000101 | 10101100 | 101 | 10111 | 0 | 100001 | 100011110 | 10011 | 111100 |
Color Harmonies of #A385AC
Complementary color
Monochromatic Colors of #A385AC
Black with #A385AC
Text Example
Text Example
White with #A385AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A385AC; }
p { color: rgb(163,133,172); }
H1.HeaderClassName
{
color: #A385AC;
}
.AnyTagClassName
{
color: #A385AC;
}
</style>
background-color css
<style>
a { background-color: #A385AC; }
a { background-color: rgb(163,133,172); }
div.DivClassName
{
background-color: #A385AC;
}
.BgClassName
{
background-color: #A385AC;
}
</style>
border-color css
<style>
span { border-color: #A385AC; }
span { border-color: rgb(163,133,172); }
td.TdClassName
{
border-color: #A385AC;
}
.TagClassName
{
border-color: #A385AC;
}
</style>