Shades of East Side #A77CBD
Tints of East Side #A77CBD
RGB
CMYK
RGB Variations
Color information
#A77CBD (or 0xA77CBD) is known color: East Side. HEX triplet: A7, 7C and BD. RGB value is (167,124,189). Sum of RGB (Red+Green+Blue) = 167+124+189=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #A77CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77CBD is #588342. Grayscale: #909090. Windows color (decimal): -5800771 or 12418215. OLE color: 12418215.
HSL color Cylindrical-coordinate representation of color #A77CBD: hue angle of 279.69º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A77CBD is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 124 | 189 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.26 |
| HSL | 279.69º | 0.33% | 0.61% | - |
| HSV(B) | 279.69º | 0.34% | 0.74% | - |
| XYZ | 32.33 | 26.3 | 51.52 | - |
| YUV | 144.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 189 | 0.12 | 0.34 | 0 | 0.26 | 279.69 | 0.33 | 0.61 |
| Hex | A7 | 7C | BD | C | 22 | 0 | 1A | 118 | 21 | 3D |
| Octal | 247 | 174 | 275 | 14 | 42 | 0 | 32 | 430 | 41 | 75 |
| Binary | 10100111 | 1111100 | 10111101 | 1100 | 100010 | 0 | 11010 | 100011000 | 100001 | 111101 |
Color Harmonies of #A77CBD
Complementary color
Monochromatic Colors of #A77CBD
Black with #A77CBD
Text Example
Text Example
White with #A77CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CBD; }
p { color: rgb(167,124,189); }
H1.HeaderClassName
{
color: #A77CBD;
}
.AnyTagClassName
{
color: #A77CBD;
}
</style>
background-color css
<style>
a { background-color: #A77CBD; }
a { background-color: rgb(167,124,189); }
div.DivClassName
{
background-color: #A77CBD;
}
.BgClassName
{
background-color: #A77CBD;
}
</style>
border-color css
<style>
span { border-color: #A77CBD; }
span { border-color: rgb(167,124,189); }
td.TdClassName
{
border-color: #A77CBD;
}
.TagClassName
{
border-color: #A77CBD;
}
</style>