Shades of East Side #A98DB4
Tints of East Side #A98DB4
RGB
CMYK
RGB Variations
Color information
#A98DB4 (or 0xA98DB4) is known color: East Side. HEX triplet: A9, 8D and B4. RGB value is (169,141,180). Sum of RGB (Red+Green+Blue) = 169+141+180=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: blue. Hex color #A98DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DB4 is #56724B. Grayscale: #999999. Windows color (decimal): -5665356 or 11832745. OLE color: 11832745.
HSL color Cylindrical-coordinate representation of color #A98DB4: hue angle of 283.08º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98DB4 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 141 | 180 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.29 |
| HSL | 283.08º | 0.21% | 0.63% | - |
| HSV(B) | 283.08º | 0.22% | 0.71% | - |
| XYZ | 34.13 | 30.78 | 47.32 | - |
| YUV | 153.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 180 | 0.06 | 0.22 | 0 | 0.29 | 283.08 | 0.21 | 0.63 |
| Hex | A9 | 8D | B4 | 6 | 16 | 0 | 1D | 11B | 15 | 3F |
| Octal | 251 | 215 | 264 | 6 | 26 | 0 | 35 | 433 | 25 | 77 |
| Binary | 10101001 | 10001101 | 10110100 | 110 | 10110 | 0 | 11101 | 100011011 | 10101 | 111111 |
Color Harmonies of #A98DB4
Complementary color
Monochromatic Colors of #A98DB4
Black with #A98DB4
Text Example
Text Example
White with #A98DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DB4; }
p { color: rgb(169,141,180); }
H1.HeaderClassName
{
color: #A98DB4;
}
.AnyTagClassName
{
color: #A98DB4;
}
</style>
background-color css
<style>
a { background-color: #A98DB4; }
a { background-color: rgb(169,141,180); }
div.DivClassName
{
background-color: #A98DB4;
}
.BgClassName
{
background-color: #A98DB4;
}
</style>
border-color css
<style>
span { border-color: #A98DB4; }
span { border-color: rgb(169,141,180); }
td.TdClassName
{
border-color: #A98DB4;
}
.TagClassName
{
border-color: #A98DB4;
}
</style>