Shades of East Side #A97BBB
Tints of East Side #A97BBB
RGB
CMYK
RGB Variations
Color information
#A97BBB (or 0xA97BBB) is known color: East Side. HEX triplet: A9, 7B and BB. RGB value is (169,123,187). Sum of RGB (Red+Green+Blue) = 169+123+187=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #A97BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BBB is #568444. Grayscale: #8F8F8F. Windows color (decimal): -5669957 or 12286889. OLE color: 12286889.
HSL color Cylindrical-coordinate representation of color #A97BBB: hue angle of 283.12º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A97BBB is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 123 | 187 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.27 |
| HSL | 283.13º | 0.32% | 0.61% | - |
| HSV(B) | 283.13º | 0.34% | 0.73% | - |
| XYZ | 32.41 | 26.19 | 50.36 | - |
| YUV | 144.05 | 152.24 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 187 | 0.10 | 0.34 | 0 | 0.27 | 283.13 | 0.32 | 0.61 |
| Hex | A9 | 7B | BB | A | 22 | 0 | 1B | 11B | 20 | 3D |
| Octal | 251 | 173 | 273 | 12 | 42 | 0 | 33 | 433 | 40 | 75 |
| Binary | 10101001 | 1111011 | 10111011 | 1010 | 100010 | 0 | 11011 | 100011011 | 100000 | 111101 |
Color Harmonies of #A97BBB
Complementary color
Monochromatic Colors of #A97BBB
Black with #A97BBB
Text Example
Text Example
White with #A97BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97BBB; }
p { color: rgb(169,123,187); }
H1.HeaderClassName
{
color: #A97BBB;
}
.AnyTagClassName
{
color: #A97BBB;
}
</style>
background-color css
<style>
a { background-color: #A97BBB; }
a { background-color: rgb(169,123,187); }
div.DivClassName
{
background-color: #A97BBB;
}
.BgClassName
{
background-color: #A97BBB;
}
</style>
border-color css
<style>
span { border-color: #A97BBB; }
span { border-color: rgb(169,123,187); }
td.TdClassName
{
border-color: #A97BBB;
}
.TagClassName
{
border-color: #A97BBB;
}
</style>