Shades of East Side #A677BE
Tints of East Side #A677BE
RGB
CMYK
RGB Variations
Color information
#A677BE (or 0xA677BE) is known color: East Side. HEX triplet: A6, 77 and BE. RGB value is (166,119,190). Sum of RGB (Red+Green+Blue) = 166+119+190=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #A677BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677BE is #598841. Grayscale: #8C8C8C. Windows color (decimal): -5867586 or 12482470. OLE color: 12482470.
HSL color Cylindrical-coordinate representation of color #A677BE: hue angle of 279.72º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A677BE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 119 | 190 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.25 |
| HSL | 279.72º | 0.35% | 0.61% | - |
| HSV(B) | 279.72º | 0.37% | 0.75% | - |
| XYZ | 31.62 | 25.02 | 51.88 | - |
| YUV | 141.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 190 | 0.13 | 0.37 | 0 | 0.25 | 279.72 | 0.35 | 0.61 |
| Hex | A6 | 77 | BE | D | 25 | 0 | 19 | 118 | 23 | 3D |
| Octal | 246 | 167 | 276 | 15 | 45 | 0 | 31 | 430 | 43 | 75 |
| Binary | 10100110 | 1110111 | 10111110 | 1101 | 100101 | 0 | 11001 | 100011000 | 100011 | 111101 |
Color Harmonies of #A677BE
Complementary color
Monochromatic Colors of #A677BE
Black with #A677BE
Text Example
Text Example
White with #A677BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A677BE; }
p { color: rgb(166,119,190); }
H1.HeaderClassName
{
color: #A677BE;
}
.AnyTagClassName
{
color: #A677BE;
}
</style>
background-color css
<style>
a { background-color: #A677BE; }
a { background-color: rgb(166,119,190); }
div.DivClassName
{
background-color: #A677BE;
}
.BgClassName
{
background-color: #A677BE;
}
</style>
border-color css
<style>
span { border-color: #A677BE; }
span { border-color: rgb(166,119,190); }
td.TdClassName
{
border-color: #A677BE;
}
.TagClassName
{
border-color: #A677BE;
}
</style>