Shades of East Side #A77BC2
Tints of East Side #A77BC2
RGB
CMYK
RGB Variations
Color information
#A77BC2 (or 0xA77BC2) is known color: East Side. HEX triplet: A7, 7B and C2. RGB value is (167,123,194). Sum of RGB (Red+Green+Blue) = 167+123+194=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #A77BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77BC2 is #58843D. Grayscale: #909090. Windows color (decimal): -5801022 or 12745639. OLE color: 12745639.
HSL color Cylindrical-coordinate representation of color #A77BC2: hue angle of 277.18º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A77BC2 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 123 | 194 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.24 |
| HSL | 277.18º | 0.37% | 0.62% | - |
| HSV(B) | 277.18º | 0.37% | 0.76% | - |
| XYZ | 32.76 | 26.28 | 54.38 | - |
| YUV | 144.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 194 | 0.14 | 0.37 | 0 | 0.24 | 277.18 | 0.37 | 0.62 |
| Hex | A7 | 7B | C2 | E | 25 | 0 | 18 | 115 | 25 | 3E |
| Octal | 247 | 173 | 302 | 16 | 45 | 0 | 30 | 425 | 45 | 76 |
| Binary | 10100111 | 1111011 | 11000010 | 1110 | 100101 | 0 | 11000 | 100010101 | 100101 | 111110 |
Color Harmonies of #A77BC2
Complementary color
Monochromatic Colors of #A77BC2
Black with #A77BC2
Text Example
Text Example
White with #A77BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77BC2; }
p { color: rgb(167,123,194); }
H1.HeaderClassName
{
color: #A77BC2;
}
.AnyTagClassName
{
color: #A77BC2;
}
</style>
background-color css
<style>
a { background-color: #A77BC2; }
a { background-color: rgb(167,123,194); }
div.DivClassName
{
background-color: #A77BC2;
}
.BgClassName
{
background-color: #A77BC2;
}
</style>
border-color css
<style>
span { border-color: #A77BC2; }
span { border-color: rgb(167,123,194); }
td.TdClassName
{
border-color: #A77BC2;
}
.TagClassName
{
border-color: #A77BC2;
}
</style>