Shades of East Side #A899B3
Tints of East Side #A899B3
RGB
CMYK
RGB Variations
Color information
#A899B3 (or 0xA899B3) is known color: East Side. HEX triplet: A8, 99 and B3. RGB value is (168,153,179). Sum of RGB (Red+Green+Blue) = 168+153+179=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #A899B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899B3 is #57664C. Grayscale: #A0A0A0. Windows color (decimal): -5727821 or 11770280. OLE color: 11770280.
HSL color Cylindrical-coordinate representation of color #A899B3: hue angle of 274.62º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A899B3 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 153 | 179 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.30 |
| HSL | 274.62º | 0.15% | 0.65% | - |
| HSV(B) | 274.62º | 0.15% | 0.7% | - |
| XYZ | 35.68 | 34.36 | 47.4 | - |
| YUV | 160.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 179 | 0.06 | 0.15 | 0 | 0.30 | 274.62 | 0.15 | 0.65 |
| Hex | A8 | 99 | B3 | 6 | F | 0 | 1E | 113 | F | 41 |
| Octal | 250 | 231 | 263 | 6 | 17 | 0 | 36 | 423 | 17 | 101 |
| Binary | 10101000 | 10011001 | 10110011 | 110 | 1111 | 0 | 11110 | 100010011 | 1111 | 1000001 |
Color Harmonies of #A899B3
Complementary color
Monochromatic Colors of #A899B3
Black with #A899B3
Text Example
Text Example
White with #A899B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899B3; }
p { color: rgb(168,153,179); }
H1.HeaderClassName
{
color: #A899B3;
}
.AnyTagClassName
{
color: #A899B3;
}
</style>
background-color css
<style>
a { background-color: #A899B3; }
a { background-color: rgb(168,153,179); }
div.DivClassName
{
background-color: #A899B3;
}
.BgClassName
{
background-color: #A899B3;
}
</style>
border-color css
<style>
span { border-color: #A899B3; }
span { border-color: rgb(168,153,179); }
td.TdClassName
{
border-color: #A899B3;
}
.TagClassName
{
border-color: #A899B3;
}
</style>