Shades of East Side #A679B7
Tints of East Side #A679B7
RGB
CMYK
RGB Variations
Color information
#A679B7 (or 0xA679B7) is known color: East Side. HEX triplet: A6, 79 and B7. RGB value is (166,121,183). Sum of RGB (Red+Green+Blue) = 166+121+183=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 183 - color contains mainly: blue. Hex color #A679B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679B7 is #598648. Grayscale: #8D8D8D. Windows color (decimal): -5867081 or 12024230. OLE color: 12024230.
HSL color Cylindrical-coordinate representation of color #A679B7: hue angle of 283.55º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A679B7 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 121 | 183 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.28 |
| HSL | 283.55º | 0.3% | 0.6% | - |
| HSV(B) | 283.55º | 0.34% | 0.72% | - |
| XYZ | 31.11 | 25.2 | 48.02 | - |
| YUV | 141.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 183 | 0.09 | 0.34 | 0 | 0.28 | 283.55 | 0.3 | 0.6 |
| Hex | A6 | 79 | B7 | 9 | 22 | 0 | 1C | 11C | 1E | 3C |
| Octal | 246 | 171 | 267 | 11 | 42 | 0 | 34 | 434 | 36 | 74 |
| Binary | 10100110 | 1111001 | 10110111 | 1001 | 100010 | 0 | 11100 | 100011100 | 11110 | 111100 |
Color Harmonies of #A679B7
Complementary color
Monochromatic Colors of #A679B7
Black with #A679B7
Text Example
Text Example
White with #A679B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679B7; }
p { color: rgb(166,121,183); }
H1.HeaderClassName
{
color: #A679B7;
}
.AnyTagClassName
{
color: #A679B7;
}
</style>
background-color css
<style>
a { background-color: #A679B7; }
a { background-color: rgb(166,121,183); }
div.DivClassName
{
background-color: #A679B7;
}
.BgClassName
{
background-color: #A679B7;
}
</style>
border-color css
<style>
span { border-color: #A679B7; }
span { border-color: rgb(166,121,183); }
td.TdClassName
{
border-color: #A679B7;
}
.TagClassName
{
border-color: #A679B7;
}
</style>