Shades of East Side #A77BBD
Tints of East Side #A77BBD
RGB
CMYK
RGB Variations
Color information
#A77BBD (or 0xA77BBD) is known color: East Side. HEX triplet: A7, 7B and BD. RGB value is (167,123,189). Sum of RGB (Red+Green+Blue) = 167+123+189=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #A77BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77BBD is #588442. Grayscale: #8F8F8F. Windows color (decimal): -5801027 or 12417959. OLE color: 12417959.
HSL color Cylindrical-coordinate representation of color #A77BBD: hue angle of 280º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A77BBD is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 123 | 189 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.26 |
| HSL | 280º | 0.33% | 0.61% | - |
| HSV(B) | 280º | 0.35% | 0.74% | - |
| XYZ | 32.2 | 26.06 | 51.48 | - |
| YUV | 143.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 189 | 0.12 | 0.35 | 0 | 0.26 | 280 | 0.33 | 0.61 |
| Hex | A7 | 7B | BD | C | 23 | 0 | 1A | 118 | 21 | 3D |
| Octal | 247 | 173 | 275 | 14 | 43 | 0 | 32 | 430 | 41 | 75 |
| Binary | 10100111 | 1111011 | 10111101 | 1100 | 100011 | 0 | 11010 | 100011000 | 100001 | 111101 |
Color Harmonies of #A77BBD
Complementary color
Monochromatic Colors of #A77BBD
Black with #A77BBD
Text Example
Text Example
White with #A77BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77BBD; }
p { color: rgb(167,123,189); }
H1.HeaderClassName
{
color: #A77BBD;
}
.AnyTagClassName
{
color: #A77BBD;
}
</style>
background-color css
<style>
a { background-color: #A77BBD; }
a { background-color: rgb(167,123,189); }
div.DivClassName
{
background-color: #A77BBD;
}
.BgClassName
{
background-color: #A77BBD;
}
</style>
border-color css
<style>
span { border-color: #A77BBD; }
span { border-color: rgb(167,123,189); }
td.TdClassName
{
border-color: #A77BBD;
}
.TagClassName
{
border-color: #A77BBD;
}
</style>