Shades of East Side #A98CB7
Tints of East Side #A98CB7
RGB
CMYK
RGB Variations
Color information
#A98CB7 (or 0xA98CB7) is known color: East Side. HEX triplet: A9, 8C and B7. RGB value is (169,140,183). Sum of RGB (Red+Green+Blue) = 169+140+183=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 183 - color contains mainly: blue. Hex color #A98CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CB7 is #567348. Grayscale: #999999. Windows color (decimal): -5665609 or 12029097. OLE color: 12029097.
HSL color Cylindrical-coordinate representation of color #A98CB7: hue angle of 280.47º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A98CB7 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 140 | 183 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.28 |
| HSL | 280.47º | 0.23% | 0.63% | - |
| HSV(B) | 280.47º | 0.23% | 0.72% | - |
| XYZ | 34.29 | 30.61 | 48.9 | - |
| YUV | 153.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 183 | 0.08 | 0.23 | 0 | 0.28 | 280.47 | 0.23 | 0.63 |
| Hex | A9 | 8C | B7 | 8 | 17 | 0 | 1C | 118 | 17 | 3F |
| Octal | 251 | 214 | 267 | 10 | 27 | 0 | 34 | 430 | 27 | 77 |
| Binary | 10101001 | 10001100 | 10110111 | 1000 | 10111 | 0 | 11100 | 100011000 | 10111 | 111111 |
Color Harmonies of #A98CB7
Complementary color
Monochromatic Colors of #A98CB7
Black with #A98CB7
Text Example
Text Example
White with #A98CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98CB7; }
p { color: rgb(169,140,183); }
H1.HeaderClassName
{
color: #A98CB7;
}
.AnyTagClassName
{
color: #A98CB7;
}
</style>
background-color css
<style>
a { background-color: #A98CB7; }
a { background-color: rgb(169,140,183); }
div.DivClassName
{
background-color: #A98CB7;
}
.BgClassName
{
background-color: #A98CB7;
}
</style>
border-color css
<style>
span { border-color: #A98CB7; }
span { border-color: rgb(169,140,183); }
td.TdClassName
{
border-color: #A98CB7;
}
.TagClassName
{
border-color: #A98CB7;
}
</style>