Shades of East Side #A77BBB
Tints of East Side #A77BBB
RGB
CMYK
RGB Variations
Color information
#A77BBB (or 0xA77BBB) is known color: East Side. HEX triplet: A7, 7B and BB. RGB value is (167,123,187). Sum of RGB (Red+Green+Blue) = 167+123+187=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #A77BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77BBB is #588444. Grayscale: #8F8F8F. Windows color (decimal): -5801029 or 12286887. OLE color: 12286887.
HSL color Cylindrical-coordinate representation of color #A77BBB: hue angle of 281.25º 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 #A77BBB is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 123 | 187 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.27 |
| HSL | 281.25º | 0.32% | 0.61% | - |
| HSV(B) | 281.25º | 0.34% | 0.73% | - |
| XYZ | 31.99 | 25.97 | 50.34 | - |
| YUV | 143.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 187 | 0.11 | 0.34 | 0 | 0.27 | 281.25 | 0.32 | 0.61 |
| Hex | A7 | 7B | BB | B | 22 | 0 | 1B | 119 | 20 | 3D |
| Octal | 247 | 173 | 273 | 13 | 42 | 0 | 33 | 431 | 40 | 75 |
| Binary | 10100111 | 1111011 | 10111011 | 1011 | 100010 | 0 | 11011 | 100011001 | 100000 | 111101 |
Color Harmonies of #A77BBB
Complementary color
Monochromatic Colors of #A77BBB
Black with #A77BBB
Text Example
Text Example
White with #A77BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77BBB; }
p { color: rgb(167,123,187); }
H1.HeaderClassName
{
color: #A77BBB;
}
.AnyTagClassName
{
color: #A77BBB;
}
</style>
background-color css
<style>
a { background-color: #A77BBB; }
a { background-color: rgb(167,123,187); }
div.DivClassName
{
background-color: #A77BBB;
}
.BgClassName
{
background-color: #A77BBB;
}
</style>
border-color css
<style>
span { border-color: #A77BBB; }
span { border-color: rgb(167,123,187); }
td.TdClassName
{
border-color: #A77BBB;
}
.TagClassName
{
border-color: #A77BBB;
}
</style>