Shades of East Side #A896B4
Tints of East Side #A896B4
RGB
CMYK
RGB Variations
Color information
#A896B4 (or 0xA896B4) is known color: East Side. HEX triplet: A8, 96 and B4. RGB value is (168,150,180). Sum of RGB (Red+Green+Blue) = 168+150+180=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 180 - color contains mainly: blue. Hex color #A896B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896B4 is #57694B. Grayscale: #9E9E9E. Windows color (decimal): -5728588 or 11835048. OLE color: 11835048.
HSL color Cylindrical-coordinate representation of color #A896B4: hue angle of 276º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A896B4 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 150 | 180 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.29 |
| HSL | 276º | 0.17% | 0.65% | - |
| HSV(B) | 276º | 0.17% | 0.71% | - |
| XYZ | 35.29 | 33.43 | 47.77 | - |
| YUV | 158.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 180 | 0.07 | 0.17 | 0 | 0.29 | 276 | 0.17 | 0.65 |
| Hex | A8 | 96 | B4 | 7 | 11 | 0 | 1D | 114 | 11 | 41 |
| Octal | 250 | 226 | 264 | 7 | 21 | 0 | 35 | 424 | 21 | 101 |
| Binary | 10101000 | 10010110 | 10110100 | 111 | 10001 | 0 | 11101 | 100010100 | 10001 | 1000001 |
Color Harmonies of #A896B4
Complementary color
Monochromatic Colors of #A896B4
Black with #A896B4
Text Example
Text Example
White with #A896B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A896B4; }
p { color: rgb(168,150,180); }
H1.HeaderClassName
{
color: #A896B4;
}
.AnyTagClassName
{
color: #A896B4;
}
</style>
background-color css
<style>
a { background-color: #A896B4; }
a { background-color: rgb(168,150,180); }
div.DivClassName
{
background-color: #A896B4;
}
.BgClassName
{
background-color: #A896B4;
}
</style>
border-color css
<style>
span { border-color: #A896B4; }
span { border-color: rgb(168,150,180); }
td.TdClassName
{
border-color: #A896B4;
}
.TagClassName
{
border-color: #A896B4;
}
</style>