Shades of East Side #A97EBB
Tints of East Side #A97EBB
RGB
CMYK
RGB Variations
Color information
#A97EBB (or 0xA97EBB) is known color: East Side. HEX triplet: A9, 7E and BB. RGB value is (169,126,187). Sum of RGB (Red+Green+Blue) = 169+126+187=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #A97EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97EBB is #568144. Grayscale: #919191. Windows color (decimal): -5669189 or 12287657. OLE color: 12287657.
HSL color Cylindrical-coordinate representation of color #A97EBB: hue angle of 282.3º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97EBB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 126 | 187 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.27 |
| HSL | 282.3º | 0.31% | 0.61% | - |
| HSV(B) | 282.3º | 0.33% | 0.73% | - |
| XYZ | 32.79 | 26.94 | 50.49 | - |
| YUV | 145.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 126 | 187 | 0.10 | 0.33 | 0 | 0.27 | 282.3 | 0.31 | 0.61 |
| Hex | A9 | 7E | BB | A | 21 | 0 | 1B | 11A | 1F | 3D |
| Octal | 251 | 176 | 273 | 12 | 41 | 0 | 33 | 432 | 37 | 75 |
| Binary | 10101001 | 1111110 | 10111011 | 1010 | 100001 | 0 | 11011 | 100011010 | 11111 | 111101 |
Color Harmonies of #A97EBB
Complementary color
Monochromatic Colors of #A97EBB
Black with #A97EBB
Text Example
Text Example
White with #A97EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97EBB; }
p { color: rgb(169,126,187); }
H1.HeaderClassName
{
color: #A97EBB;
}
.AnyTagClassName
{
color: #A97EBB;
}
</style>
background-color css
<style>
a { background-color: #A97EBB; }
a { background-color: rgb(169,126,187); }
div.DivClassName
{
background-color: #A97EBB;
}
.BgClassName
{
background-color: #A97EBB;
}
</style>
border-color css
<style>
span { border-color: #A97EBB; }
span { border-color: rgb(169,126,187); }
td.TdClassName
{
border-color: #A97EBB;
}
.TagClassName
{
border-color: #A97EBB;
}
</style>