Shades of East Side #A396AC
Tints of East Side #A396AC
RGB
CMYK
RGB Variations
Color information
#A396AC (or 0xA396AC) is known color: East Side. HEX triplet: A3, 96 and AC. RGB value is (163,150,172). Sum of RGB (Red+Green+Blue) = 163+150+172=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #A396AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A396AC is #5C6953. Grayscale: #9C9C9C. Windows color (decimal): -6056276 or 11310755. OLE color: 11310755.
HSL color Cylindrical-coordinate representation of color #A396AC: hue angle of 275.45º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A396AC is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 150 | 172 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.33 |
| HSL | 275.45º | 0.12% | 0.63% | - |
| HSV(B) | 275.45º | 0.13% | 0.67% | - |
| XYZ | 33.46 | 32.58 | 43.55 | - |
| YUV | 156.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 172 | 0.05 | 0.13 | 0 | 0.33 | 275.45 | 0.12 | 0.63 |
| Hex | A3 | 96 | AC | 5 | D | 0 | 21 | 113 | C | 3F |
| Octal | 243 | 226 | 254 | 5 | 15 | 0 | 41 | 423 | 14 | 77 |
| Binary | 10100011 | 10010110 | 10101100 | 101 | 1101 | 0 | 100001 | 100010011 | 1100 | 111111 |
Color Harmonies of #A396AC
Complementary color
Monochromatic Colors of #A396AC
Black with #A396AC
Text Example
Text Example
White with #A396AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A396AC; }
p { color: rgb(163,150,172); }
H1.HeaderClassName
{
color: #A396AC;
}
.AnyTagClassName
{
color: #A396AC;
}
</style>
background-color css
<style>
a { background-color: #A396AC; }
a { background-color: rgb(163,150,172); }
div.DivClassName
{
background-color: #A396AC;
}
.BgClassName
{
background-color: #A396AC;
}
</style>
border-color css
<style>
span { border-color: #A396AC; }
span { border-color: rgb(163,150,172); }
td.TdClassName
{
border-color: #A396AC;
}
.TagClassName
{
border-color: #A396AC;
}
</style>