Shades of East Side #A679BC
Tints of East Side #A679BC
RGB
CMYK
RGB Variations
Color information
#A679BC (or 0xA679BC) is known color: East Side. HEX triplet: A6, 79 and BC. RGB value is (166,121,188). Sum of RGB (Red+Green+Blue) = 166+121+188=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #A679BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679BC is #598643. Grayscale: #8D8D8D. Windows color (decimal): -5867076 or 12351910. OLE color: 12351910.
HSL color Cylindrical-coordinate representation of color #A679BC: hue angle of 280.3º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A679BC is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 121 | 188 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.26 |
| HSL | 280.3º | 0.33% | 0.61% | - |
| HSV(B) | 280.3º | 0.36% | 0.74% | - |
| XYZ | 31.64 | 25.41 | 50.81 | - |
| YUV | 142.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 188 | 0.12 | 0.36 | 0 | 0.26 | 280.3 | 0.33 | 0.61 |
| Hex | A6 | 79 | BC | C | 24 | 0 | 1A | 118 | 21 | 3D |
| Octal | 246 | 171 | 274 | 14 | 44 | 0 | 32 | 430 | 41 | 75 |
| Binary | 10100110 | 1111001 | 10111100 | 1100 | 100100 | 0 | 11010 | 100011000 | 100001 | 111101 |
Color Harmonies of #A679BC
Complementary color
Monochromatic Colors of #A679BC
Black with #A679BC
Text Example
Text Example
White with #A679BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679BC; }
p { color: rgb(166,121,188); }
H1.HeaderClassName
{
color: #A679BC;
}
.AnyTagClassName
{
color: #A679BC;
}
</style>
background-color css
<style>
a { background-color: #A679BC; }
a { background-color: rgb(166,121,188); }
div.DivClassName
{
background-color: #A679BC;
}
.BgClassName
{
background-color: #A679BC;
}
</style>
border-color css
<style>
span { border-color: #A679BC; }
span { border-color: rgb(166,121,188); }
td.TdClassName
{
border-color: #A679BC;
}
.TagClassName
{
border-color: #A679BC;
}
</style>