Shades of East Side #A77DBB
Tints of East Side #A77DBB
RGB
CMYK
RGB Variations
Color information
#A77DBB (or 0xA77DBB) is known color: East Side. HEX triplet: A7, 7D and BB. RGB value is (167,125,187). Sum of RGB (Red+Green+Blue) = 167+125+187=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #A77DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DBB is #588244. Grayscale: #909090. Windows color (decimal): -5800517 or 12287399. OLE color: 12287399.
HSL color Cylindrical-coordinate representation of color #A77DBB: hue angle of 280.65º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A77DBB is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 125 | 187 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.27 |
| HSL | 280.65º | 0.31% | 0.61% | - |
| HSV(B) | 280.65º | 0.33% | 0.73% | - |
| XYZ | 32.24 | 26.47 | 50.42 | - |
| YUV | 144.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 187 | 0.11 | 0.33 | 0 | 0.27 | 280.65 | 0.31 | 0.61 |
| Hex | A7 | 7D | BB | B | 21 | 0 | 1B | 119 | 1F | 3D |
| Octal | 247 | 175 | 273 | 13 | 41 | 0 | 33 | 431 | 37 | 75 |
| Binary | 10100111 | 1111101 | 10111011 | 1011 | 100001 | 0 | 11011 | 100011001 | 11111 | 111101 |
Color Harmonies of #A77DBB
Complementary color
Monochromatic Colors of #A77DBB
Black with #A77DBB
Text Example
Text Example
White with #A77DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77DBB; }
p { color: rgb(167,125,187); }
H1.HeaderClassName
{
color: #A77DBB;
}
.AnyTagClassName
{
color: #A77DBB;
}
</style>
background-color css
<style>
a { background-color: #A77DBB; }
a { background-color: rgb(167,125,187); }
div.DivClassName
{
background-color: #A77DBB;
}
.BgClassName
{
background-color: #A77DBB;
}
</style>
border-color css
<style>
span { border-color: #A77DBB; }
span { border-color: rgb(167,125,187); }
td.TdClassName
{
border-color: #A77DBB;
}
.TagClassName
{
border-color: #A77DBB;
}
</style>