Shades of East Side #A679B0
Tints of East Side #A679B0
RGB
CMYK
RGB Variations
Color information
#A679B0 (or 0xA679B0) is known color: East Side. HEX triplet: A6, 79 and B0. RGB value is (166,121,176). Sum of RGB (Red+Green+Blue) = 166+121+176=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 176 - color contains mainly: blue. Hex color #A679B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A679B0 is #59864F. Grayscale: #8C8C8C. Windows color (decimal): -5867088 or 11565478. OLE color: 11565478.
HSL color Cylindrical-coordinate representation of color #A679B0: hue angle of 289.09º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A679B0 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 121 | 176 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.31 |
| HSL | 289.09º | 0.26% | 0.58% | - |
| HSV(B) | 289.09º | 0.31% | 0.69% | - |
| XYZ | 30.4 | 24.92 | 44.28 | - |
| YUV | 140.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 176 | 0.06 | 0.31 | 0 | 0.31 | 289.09 | 0.26 | 0.58 |
| Hex | A6 | 79 | B0 | 6 | 1F | 0 | 1F | 121 | 1A | 3A |
| Octal | 246 | 171 | 260 | 6 | 37 | 0 | 37 | 441 | 32 | 72 |
| Binary | 10100110 | 1111001 | 10110000 | 110 | 11111 | 0 | 11111 | 100100001 | 11010 | 111010 |
Color Harmonies of #A679B0
Complementary color
Monochromatic Colors of #A679B0
Black with #A679B0
Text Example
Text Example
White with #A679B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679B0; }
p { color: rgb(166,121,176); }
H1.HeaderClassName
{
color: #A679B0;
}
.AnyTagClassName
{
color: #A679B0;
}
</style>
background-color css
<style>
a { background-color: #A679B0; }
a { background-color: rgb(166,121,176); }
div.DivClassName
{
background-color: #A679B0;
}
.BgClassName
{
background-color: #A679B0;
}
</style>
border-color css
<style>
span { border-color: #A679B0; }
span { border-color: rgb(166,121,176); }
td.TdClassName
{
border-color: #A679B0;
}
.TagClassName
{
border-color: #A679B0;
}
</style>