Shades of East Side #A98DB2
Tints of East Side #A98DB2
RGB
CMYK
RGB Variations
Color information
#A98DB2 (or 0xA98DB2) is known color: East Side. HEX triplet: A9, 8D and B2. RGB value is (169,141,178). Sum of RGB (Red+Green+Blue) = 169+141+178=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 178 - color contains mainly: blue. Hex color #A98DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98DB2 is #56724D. Grayscale: #999999. Windows color (decimal): -5665358 or 11701673. OLE color: 11701673.
HSL color Cylindrical-coordinate representation of color #A98DB2: hue angle of 285.41º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A98DB2 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 141 | 178 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.30 |
| HSL | 285.41º | 0.19% | 0.63% | - |
| HSV(B) | 285.41º | 0.21% | 0.7% | - |
| XYZ | 33.92 | 30.7 | 46.26 | - |
| YUV | 153.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 178 | 0.05 | 0.21 | 0 | 0.30 | 285.41 | 0.19 | 0.63 |
| Hex | A9 | 8D | B2 | 5 | 15 | 0 | 1E | 11D | 13 | 3F |
| Octal | 251 | 215 | 262 | 5 | 25 | 0 | 36 | 435 | 23 | 77 |
| Binary | 10101001 | 10001101 | 10110010 | 101 | 10101 | 0 | 11110 | 100011101 | 10011 | 111111 |
Color Harmonies of #A98DB2
Complementary color
Monochromatic Colors of #A98DB2
Black with #A98DB2
Text Example
Text Example
White with #A98DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DB2; }
p { color: rgb(169,141,178); }
H1.HeaderClassName
{
color: #A98DB2;
}
.AnyTagClassName
{
color: #A98DB2;
}
</style>
background-color css
<style>
a { background-color: #A98DB2; }
a { background-color: rgb(169,141,178); }
div.DivClassName
{
background-color: #A98DB2;
}
.BgClassName
{
background-color: #A98DB2;
}
</style>
border-color css
<style>
span { border-color: #A98DB2; }
span { border-color: rgb(169,141,178); }
td.TdClassName
{
border-color: #A98DB2;
}
.TagClassName
{
border-color: #A98DB2;
}
</style>