Shades of East Side #A899B5
Tints of East Side #A899B5
RGB
CMYK
RGB Variations
Color information
#A899B5 (or 0xA899B5) is known color: East Side. HEX triplet: A8, 99 and B5. RGB value is (168,153,181). Sum of RGB (Red+Green+Blue) = 168+153+181=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 181 - color contains mainly: blue. Hex color #A899B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899B5 is #57664A. Grayscale: #A0A0A0. Windows color (decimal): -5727819 or 11901352. OLE color: 11901352.
HSL color Cylindrical-coordinate representation of color #A899B5: hue angle of 272.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A899B5 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 153 | 181 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.29 |
| HSL | 272.14º | 0.16% | 0.65% | - |
| HSV(B) | 272.14º | 0.15% | 0.71% | - |
| XYZ | 35.88 | 34.44 | 48.47 | - |
| YUV | 160.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 181 | 0.07 | 0.15 | 0 | 0.29 | 272.14 | 0.16 | 0.65 |
| Hex | A8 | 99 | B5 | 7 | F | 0 | 1D | 110 | 10 | 41 |
| Octal | 250 | 231 | 265 | 7 | 17 | 0 | 35 | 420 | 20 | 101 |
| Binary | 10101000 | 10011001 | 10110101 | 111 | 1111 | 0 | 11101 | 100010000 | 10000 | 1000001 |
Color Harmonies of #A899B5
Complementary color
Monochromatic Colors of #A899B5
Black with #A899B5
Text Example
Text Example
White with #A899B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899B5; }
p { color: rgb(168,153,181); }
H1.HeaderClassName
{
color: #A899B5;
}
.AnyTagClassName
{
color: #A899B5;
}
</style>
background-color css
<style>
a { background-color: #A899B5; }
a { background-color: rgb(168,153,181); }
div.DivClassName
{
background-color: #A899B5;
}
.BgClassName
{
background-color: #A899B5;
}
</style>
border-color css
<style>
span { border-color: #A899B5; }
span { border-color: rgb(168,153,181); }
td.TdClassName
{
border-color: #A899B5;
}
.TagClassName
{
border-color: #A899B5;
}
</style>