Shades of East Side #A98BAE
Tints of East Side #A98BAE
RGB
CMYK
RGB Variations
Color information
#A98BAE (or 0xA98BAE) is known color: East Side. HEX triplet: A9, 8B and AE. RGB value is (169,139,174). Sum of RGB (Red+Green+Blue) = 169+139+174=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #A98BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98BAE is #567451. Grayscale: #979797. Windows color (decimal): -5665874 or 11439017. OLE color: 11439017.
HSL color Cylindrical-coordinate representation of color #A98BAE: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A98BAE is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 139 | 174 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.32 |
| HSL | 291.43º | 0.18% | 0.61% | - |
| HSV(B) | 291.43º | 0.2% | 0.68% | - |
| XYZ | 33.23 | 29.96 | 44.07 | - |
| YUV | 151.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 174 | 0.03 | 0.20 | 0 | 0.32 | 291.43 | 0.18 | 0.61 |
| Hex | A9 | 8B | AE | 3 | 14 | 0 | 20 | 123 | 12 | 3D |
| Octal | 251 | 213 | 256 | 3 | 24 | 0 | 40 | 443 | 22 | 75 |
| Binary | 10101001 | 10001011 | 10101110 | 11 | 10100 | 0 | 100000 | 100100011 | 10010 | 111101 |
Color Harmonies of #A98BAE
Complementary color
Monochromatic Colors of #A98BAE
Black with #A98BAE
Text Example
Text Example
White with #A98BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BAE; }
p { color: rgb(169,139,174); }
H1.HeaderClassName
{
color: #A98BAE;
}
.AnyTagClassName
{
color: #A98BAE;
}
</style>
background-color css
<style>
a { background-color: #A98BAE; }
a { background-color: rgb(169,139,174); }
div.DivClassName
{
background-color: #A98BAE;
}
.BgClassName
{
background-color: #A98BAE;
}
</style>
border-color css
<style>
span { border-color: #A98BAE; }
span { border-color: rgb(169,139,174); }
td.TdClassName
{
border-color: #A98BAE;
}
.TagClassName
{
border-color: #A98BAE;
}
</style>