Shades of East Side #A77AB2
Tints of East Side #A77AB2
RGB
CMYK
RGB Variations
Color information
#A77AB2 (or 0xA77AB2) is known color: East Side. HEX triplet: A7, 7A and B2. RGB value is (167,122,178). Sum of RGB (Red+Green+Blue) = 167+122+178=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 178 - color contains mainly: blue. Hex color #A77AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77AB2 is #58854D. Grayscale: #8D8D8D. Windows color (decimal): -5801294 or 11696807. OLE color: 11696807.
HSL color Cylindrical-coordinate representation of color #A77AB2: hue angle of 288.21º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A77AB2 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 122 | 178 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.30 |
| HSL | 288.21º | 0.27% | 0.59% | - |
| HSV(B) | 288.21º | 0.31% | 0.7% | - |
| XYZ | 30.93 | 25.35 | 45.38 | - |
| YUV | 141.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 178 | 0.06 | 0.31 | 0 | 0.30 | 288.21 | 0.27 | 0.59 |
| Hex | A7 | 7A | B2 | 6 | 1F | 0 | 1E | 120 | 1B | 3B |
| Octal | 247 | 172 | 262 | 6 | 37 | 0 | 36 | 440 | 33 | 73 |
| Binary | 10100111 | 1111010 | 10110010 | 110 | 11111 | 0 | 11110 | 100100000 | 11011 | 111011 |
Color Harmonies of #A77AB2
Complementary color
Monochromatic Colors of #A77AB2
Black with #A77AB2
Text Example
Text Example
White with #A77AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77AB2; }
p { color: rgb(167,122,178); }
H1.HeaderClassName
{
color: #A77AB2;
}
.AnyTagClassName
{
color: #A77AB2;
}
</style>
background-color css
<style>
a { background-color: #A77AB2; }
a { background-color: rgb(167,122,178); }
div.DivClassName
{
background-color: #A77AB2;
}
.BgClassName
{
background-color: #A77AB2;
}
</style>
border-color css
<style>
span { border-color: #A77AB2; }
span { border-color: rgb(167,122,178); }
td.TdClassName
{
border-color: #A77AB2;
}
.TagClassName
{
border-color: #A77AB2;
}
</style>