Shades of East Side #A77ABC
Tints of East Side #A77ABC
RGB
CMYK
RGB Variations
Color information
#A77ABC (or 0xA77ABC) is known color: East Side. HEX triplet: A7, 7A and BC. RGB value is (167,122,188). Sum of RGB (Red+Green+Blue) = 167+122+188=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #A77ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ABC is #588543. Grayscale: #8E8E8E. Windows color (decimal): -5801284 or 12352167. OLE color: 12352167.
HSL color Cylindrical-coordinate representation of color #A77ABC: hue angle of 280.91º 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 #A77ABC is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 122 | 188 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.26 |
| HSL | 280.91º | 0.33% | 0.61% | - |
| HSV(B) | 280.91º | 0.35% | 0.74% | - |
| XYZ | 31.97 | 25.77 | 50.87 | - |
| YUV | 142.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 188 | 0.11 | 0.35 | 0 | 0.26 | 280.91 | 0.33 | 0.61 |
| Hex | A7 | 7A | BC | B | 23 | 0 | 1A | 119 | 21 | 3D |
| Octal | 247 | 172 | 274 | 13 | 43 | 0 | 32 | 431 | 41 | 75 |
| Binary | 10100111 | 1111010 | 10111100 | 1011 | 100011 | 0 | 11010 | 100011001 | 100001 | 111101 |
Color Harmonies of #A77ABC
Complementary color
Monochromatic Colors of #A77ABC
Black with #A77ABC
Text Example
Text Example
White with #A77ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77ABC; }
p { color: rgb(167,122,188); }
H1.HeaderClassName
{
color: #A77ABC;
}
.AnyTagClassName
{
color: #A77ABC;
}
</style>
background-color css
<style>
a { background-color: #A77ABC; }
a { background-color: rgb(167,122,188); }
div.DivClassName
{
background-color: #A77ABC;
}
.BgClassName
{
background-color: #A77ABC;
}
</style>
border-color css
<style>
span { border-color: #A77ABC; }
span { border-color: rgb(167,122,188); }
td.TdClassName
{
border-color: #A77ABC;
}
.TagClassName
{
border-color: #A77ABC;
}
</style>