Shades of East Side #A97DB9
Tints of East Side #A97DB9
RGB
CMYK
RGB Variations
Color information
#A97DB9 (or 0xA97DB9) is known color: East Side. HEX triplet: A9, 7D and B9. RGB value is (169,125,185). Sum of RGB (Red+Green+Blue) = 169+125+185=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 185 - color contains mainly: blue. Hex color #A97DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DB9 is #568246. Grayscale: #909090. Windows color (decimal): -5669447 or 12156329. OLE color: 12156329.
HSL color Cylindrical-coordinate representation of color #A97DB9: hue angle of 284º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A97DB9 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 125 | 185 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.27 |
| HSL | 284º | 0.3% | 0.61% | - |
| HSV(B) | 284º | 0.32% | 0.73% | - |
| XYZ | 32.45 | 26.61 | 49.32 | - |
| YUV | 145 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 185 | 0.09 | 0.32 | 0 | 0.27 | 284 | 0.3 | 0.61 |
| Hex | A9 | 7D | B9 | 9 | 20 | 0 | 1B | 11C | 1E | 3D |
| Octal | 251 | 175 | 271 | 11 | 40 | 0 | 33 | 434 | 36 | 75 |
| Binary | 10101001 | 1111101 | 10111001 | 1001 | 100000 | 0 | 11011 | 100011100 | 11110 | 111101 |
Color Harmonies of #A97DB9
Complementary color
Monochromatic Colors of #A97DB9
Black with #A97DB9
Text Example
Text Example
White with #A97DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97DB9; }
p { color: rgb(169,125,185); }
H1.HeaderClassName
{
color: #A97DB9;
}
.AnyTagClassName
{
color: #A97DB9;
}
</style>
background-color css
<style>
a { background-color: #A97DB9; }
a { background-color: rgb(169,125,185); }
div.DivClassName
{
background-color: #A97DB9;
}
.BgClassName
{
background-color: #A97DB9;
}
</style>
border-color css
<style>
span { border-color: #A97DB9; }
span { border-color: rgb(169,125,185); }
td.TdClassName
{
border-color: #A97DB9;
}
.TagClassName
{
border-color: #A97DB9;
}
</style>