Shades of East Side #A77BCB
Tints of East Side #A77BCB
RGB
CMYK
RGB Variations
Color information
#A77BCB (or 0xA77BCB) is known color: East Side. HEX triplet: A7, 7B and CB. RGB value is (167,123,203). Sum of RGB (Red+Green+Blue) = 167+123+203=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #A77BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77BCB is #588434. Grayscale: #919191. Windows color (decimal): -5801013 or 13335463. OLE color: 13335463.
HSL color Cylindrical-coordinate representation of color #A77BCB: hue angle of 273º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A77BCB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 123 | 203 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.20 |
| HSL | 273º | 0.43% | 0.64% | - |
| HSV(B) | 273º | 0.39% | 0.8% | - |
| XYZ | 33.8 | 26.69 | 59.87 | - |
| YUV | 145.28 | 160.58 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 203 | 0.18 | 0.39 | 0 | 0.20 | 273 | 0.43 | 0.64 |
| Hex | A7 | 7B | CB | 12 | 27 | 0 | 14 | 111 | 2B | 40 |
| Octal | 247 | 173 | 313 | 22 | 47 | 0 | 24 | 421 | 53 | 100 |
| Binary | 10100111 | 1111011 | 11001011 | 10010 | 100111 | 0 | 10100 | 100010001 | 101011 | 1000000 |
Color Harmonies of #A77BCB
Complementary color
Monochromatic Colors of #A77BCB
Black with #A77BCB
Text Example
Text Example
White with #A77BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77BCB; }
p { color: rgb(167,123,203); }
H1.HeaderClassName
{
color: #A77BCB;
}
.AnyTagClassName
{
color: #A77BCB;
}
</style>
background-color css
<style>
a { background-color: #A77BCB; }
a { background-color: rgb(167,123,203); }
div.DivClassName
{
background-color: #A77BCB;
}
.BgClassName
{
background-color: #A77BCB;
}
</style>
border-color css
<style>
span { border-color: #A77BCB; }
span { border-color: rgb(167,123,203); }
td.TdClassName
{
border-color: #A77BCB;
}
.TagClassName
{
border-color: #A77BCB;
}
</style>