Shades of East Side #A676C1
Tints of East Side #A676C1
RGB
CMYK
RGB Variations
Color information
#A676C1 (or 0xA676C1) is known color: East Side. HEX triplet: A6, 76 and C1. RGB value is (166,118,193). Sum of RGB (Red+Green+Blue) = 166+118+193=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #A676C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676C1 is #59893E. Grayscale: #8C8C8C. Windows color (decimal): -5867839 or 12678822. OLE color: 12678822.
HSL color Cylindrical-coordinate representation of color #A676C1: hue angle of 278.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A676C1 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 118 | 193 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.24 |
| HSL | 278.4º | 0.38% | 0.61% | - |
| HSV(B) | 278.4º | 0.39% | 0.76% | - |
| XYZ | 31.83 | 24.91 | 53.58 | - |
| YUV | 140.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 193 | 0.14 | 0.39 | 0 | 0.24 | 278.4 | 0.38 | 0.61 |
| Hex | A6 | 76 | C1 | E | 27 | 0 | 18 | 116 | 26 | 3D |
| Octal | 246 | 166 | 301 | 16 | 47 | 0 | 30 | 426 | 46 | 75 |
| Binary | 10100110 | 1110110 | 11000001 | 1110 | 100111 | 0 | 11000 | 100010110 | 100110 | 111101 |
Color Harmonies of #A676C1
Complementary color
Monochromatic Colors of #A676C1
Black with #A676C1
Text Example
Text Example
White with #A676C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676C1; }
p { color: rgb(166,118,193); }
H1.HeaderClassName
{
color: #A676C1;
}
.AnyTagClassName
{
color: #A676C1;
}
</style>
background-color css
<style>
a { background-color: #A676C1; }
a { background-color: rgb(166,118,193); }
div.DivClassName
{
background-color: #A676C1;
}
.BgClassName
{
background-color: #A676C1;
}
</style>
border-color css
<style>
span { border-color: #A676C1; }
span { border-color: rgb(166,118,193); }
td.TdClassName
{
border-color: #A676C1;
}
.TagClassName
{
border-color: #A676C1;
}
</style>