Shades of East Side #A898B7
Tints of East Side #A898B7
RGB
CMYK
RGB Variations
Color information
#A898B7 (or 0xA898B7) is known color: East Side. HEX triplet: A8, 98 and B7. RGB value is (168,152,183). Sum of RGB (Red+Green+Blue) = 168+152+183=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 183 - color contains mainly: blue. Hex color #A898B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898B7 is #576748. Grayscale: #A0A0A0. Windows color (decimal): -5728073 or 12032168. OLE color: 12032168.
HSL color Cylindrical-coordinate representation of color #A898B7: hue angle of 270.97º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A898B7 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 152 | 183 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.28 |
| HSL | 270.97º | 0.18% | 0.66% | - |
| HSV(B) | 270.97º | 0.17% | 0.72% | - |
| XYZ | 35.92 | 34.2 | 49.51 | - |
| YUV | 160.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 183 | 0.08 | 0.17 | 0 | 0.28 | 270.97 | 0.18 | 0.66 |
| Hex | A8 | 98 | B7 | 8 | 11 | 0 | 1C | 10F | 12 | 42 |
| Octal | 250 | 230 | 267 | 10 | 21 | 0 | 34 | 417 | 22 | 102 |
| Binary | 10101000 | 10011000 | 10110111 | 1000 | 10001 | 0 | 11100 | 100001111 | 10010 | 1000010 |
Color Harmonies of #A898B7
Complementary color
Monochromatic Colors of #A898B7
Black with #A898B7
Text Example
Text Example
White with #A898B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898B7; }
p { color: rgb(168,152,183); }
H1.HeaderClassName
{
color: #A898B7;
}
.AnyTagClassName
{
color: #A898B7;
}
</style>
background-color css
<style>
a { background-color: #A898B7; }
a { background-color: rgb(168,152,183); }
div.DivClassName
{
background-color: #A898B7;
}
.BgClassName
{
background-color: #A898B7;
}
</style>
border-color css
<style>
span { border-color: #A898B7; }
span { border-color: rgb(168,152,183); }
td.TdClassName
{
border-color: #A898B7;
}
.TagClassName
{
border-color: #A898B7;
}
</style>