Shades of East Side #A677BA
Tints of East Side #A677BA
RGB
CMYK
RGB Variations
Color information
#A677BA (or 0xA677BA) is known color: East Side. HEX triplet: A6, 77 and BA. RGB value is (166,119,186). Sum of RGB (Red+Green+Blue) = 166+119+186=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #A677BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677BA is #598845. Grayscale: #8C8C8C. Windows color (decimal): -5867590 or 12220326. OLE color: 12220326.
HSL color Cylindrical-coordinate representation of color #A677BA: hue angle of 282.09º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A677BA is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 119 | 186 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.27 |
| HSL | 282.09º | 0.33% | 0.6% | - |
| HSV(B) | 282.09º | 0.36% | 0.73% | - |
| XYZ | 31.19 | 24.85 | 49.61 | - |
| YUV | 140.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 186 | 0.11 | 0.36 | 0 | 0.27 | 282.09 | 0.33 | 0.6 |
| Hex | A6 | 77 | BA | B | 24 | 0 | 1B | 11A | 21 | 3C |
| Octal | 246 | 167 | 272 | 13 | 44 | 0 | 33 | 432 | 41 | 74 |
| Binary | 10100110 | 1110111 | 10111010 | 1011 | 100100 | 0 | 11011 | 100011010 | 100001 | 111100 |
Color Harmonies of #A677BA
Complementary color
Monochromatic Colors of #A677BA
Black with #A677BA
Text Example
Text Example
White with #A677BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A677BA; }
p { color: rgb(166,119,186); }
H1.HeaderClassName
{
color: #A677BA;
}
.AnyTagClassName
{
color: #A677BA;
}
</style>
background-color css
<style>
a { background-color: #A677BA; }
a { background-color: rgb(166,119,186); }
div.DivClassName
{
background-color: #A677BA;
}
.BgClassName
{
background-color: #A677BA;
}
</style>
border-color css
<style>
span { border-color: #A677BA; }
span { border-color: rgb(166,119,186); }
td.TdClassName
{
border-color: #A677BA;
}
.TagClassName
{
border-color: #A677BA;
}
</style>