Shades of East Side #A898B3
Tints of East Side #A898B3
RGB
CMYK
RGB Variations
Color information
#A898B3 (or 0xA898B3) is known color: East Side. HEX triplet: A8, 98 and B3. RGB value is (168,152,179). Sum of RGB (Red+Green+Blue) = 168+152+179=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 179 - color contains mainly: blue. Hex color #A898B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898B3 is #57674C. Grayscale: #9F9F9F. Windows color (decimal): -5728077 or 11770024. OLE color: 11770024.
HSL color Cylindrical-coordinate representation of color #A898B3: hue angle of 275.56º 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 #A898B3 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 152 | 179 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.30 |
| HSL | 275.56º | 0.15% | 0.65% | - |
| HSV(B) | 275.56º | 0.15% | 0.7% | - |
| XYZ | 35.51 | 34.04 | 47.35 | - |
| YUV | 159.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 179 | 0.06 | 0.15 | 0 | 0.30 | 275.56 | 0.15 | 0.65 |
| Hex | A8 | 98 | B3 | 6 | F | 0 | 1E | 114 | F | 41 |
| Octal | 250 | 230 | 263 | 6 | 17 | 0 | 36 | 424 | 17 | 101 |
| Binary | 10101000 | 10011000 | 10110011 | 110 | 1111 | 0 | 11110 | 100010100 | 1111 | 1000001 |
Color Harmonies of #A898B3
Complementary color
Monochromatic Colors of #A898B3
Black with #A898B3
Text Example
Text Example
White with #A898B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898B3; }
p { color: rgb(168,152,179); }
H1.HeaderClassName
{
color: #A898B3;
}
.AnyTagClassName
{
color: #A898B3;
}
</style>
background-color css
<style>
a { background-color: #A898B3; }
a { background-color: rgb(168,152,179); }
div.DivClassName
{
background-color: #A898B3;
}
.BgClassName
{
background-color: #A898B3;
}
</style>
border-color css
<style>
span { border-color: #A898B3; }
span { border-color: rgb(168,152,179); }
td.TdClassName
{
border-color: #A898B3;
}
.TagClassName
{
border-color: #A898B3;
}
</style>