Shades of East Side #A677BF
Tints of East Side #A677BF
RGB
CMYK
RGB Variations
Color information
#A677BF (or 0xA677BF) is known color: East Side. HEX triplet: A6, 77 and BF. RGB value is (166,119,191). Sum of RGB (Red+Green+Blue) = 166+119+191=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #A677BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677BF is #598840. Grayscale: #8D8D8D. Windows color (decimal): -5867585 or 12548006. OLE color: 12548006.
HSL color Cylindrical-coordinate representation of color #A677BF: hue angle of 279.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A677BF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 119 | 191 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.25 |
| HSL | 279.17º | 0.36% | 0.61% | - |
| HSV(B) | 279.17º | 0.38% | 0.75% | - |
| XYZ | 31.73 | 25.06 | 52.46 | - |
| YUV | 141.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 191 | 0.13 | 0.38 | 0 | 0.25 | 279.17 | 0.36 | 0.61 |
| Hex | A6 | 77 | BF | D | 26 | 0 | 19 | 117 | 24 | 3D |
| Octal | 246 | 167 | 277 | 15 | 46 | 0 | 31 | 427 | 44 | 75 |
| Binary | 10100110 | 1110111 | 10111111 | 1101 | 100110 | 0 | 11001 | 100010111 | 100100 | 111101 |
Color Harmonies of #A677BF
Complementary color
Monochromatic Colors of #A677BF
Black with #A677BF
Text Example
Text Example
White with #A677BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A677BF; }
p { color: rgb(166,119,191); }
H1.HeaderClassName
{
color: #A677BF;
}
.AnyTagClassName
{
color: #A677BF;
}
</style>
background-color css
<style>
a { background-color: #A677BF; }
a { background-color: rgb(166,119,191); }
div.DivClassName
{
background-color: #A677BF;
}
.BgClassName
{
background-color: #A677BF;
}
</style>
border-color css
<style>
span { border-color: #A677BF; }
span { border-color: rgb(166,119,191); }
td.TdClassName
{
border-color: #A677BF;
}
.TagClassName
{
border-color: #A677BF;
}
</style>