Shades of East Side #A677B5
Tints of East Side #A677B5
RGB
CMYK
RGB Variations
Color information
#A677B5 (or 0xA677B5) is known color: East Side. HEX triplet: A6, 77 and B5. RGB value is (166,119,181). Sum of RGB (Red+Green+Blue) = 166+119+181=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #A677B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677B5 is #59884A. Grayscale: #8B8B8B. Windows color (decimal): -5867595 or 11892646. OLE color: 11892646.
HSL color Cylindrical-coordinate representation of color #A677B5: hue angle of 285.48º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A677B5 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 119 | 181 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.29 |
| HSL | 285.48º | 0.3% | 0.59% | - |
| HSV(B) | 285.48º | 0.34% | 0.71% | - |
| XYZ | 30.66 | 24.64 | 46.86 | - |
| YUV | 140.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 181 | 0.08 | 0.34 | 0 | 0.29 | 285.48 | 0.3 | 0.59 |
| Hex | A6 | 77 | B5 | 8 | 22 | 0 | 1D | 11D | 1E | 3B |
| Octal | 246 | 167 | 265 | 10 | 42 | 0 | 35 | 435 | 36 | 73 |
| Binary | 10100110 | 1110111 | 10110101 | 1000 | 100010 | 0 | 11101 | 100011101 | 11110 | 111011 |
Color Harmonies of #A677B5
Complementary color
Monochromatic Colors of #A677B5
Black with #A677B5
Text Example
Text Example
White with #A677B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A677B5; }
p { color: rgb(166,119,181); }
H1.HeaderClassName
{
color: #A677B5;
}
.AnyTagClassName
{
color: #A677B5;
}
</style>
background-color css
<style>
a { background-color: #A677B5; }
a { background-color: rgb(166,119,181); }
div.DivClassName
{
background-color: #A677B5;
}
.BgClassName
{
background-color: #A677B5;
}
</style>
border-color css
<style>
span { border-color: #A677B5; }
span { border-color: rgb(166,119,181); }
td.TdClassName
{
border-color: #A677B5;
}
.TagClassName
{
border-color: #A677B5;
}
</style>