Shades of East Side #A679C5
Tints of East Side #A679C5
RGB
CMYK
RGB Variations
Color information
#A679C5 (or 0xA679C5) is known color: East Side. HEX triplet: A6, 79 and C5. RGB value is (166,121,197). Sum of RGB (Red+Green+Blue) = 166+121+197=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 197 - color contains mainly: blue. Hex color #A679C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679C5 is #59863A. Grayscale: #8E8E8E. Windows color (decimal): -5867067 or 12941734. OLE color: 12941734.
HSL color Cylindrical-coordinate representation of color #A679C5: hue angle of 275.53º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A679C5 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 121 | 197 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.23 |
| HSL | 275.53º | 0.4% | 0.62% | - |
| HSV(B) | 275.53º | 0.39% | 0.77% | - |
| XYZ | 32.64 | 25.81 | 56.09 | - |
| YUV | 143.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 197 | 0.16 | 0.39 | 0 | 0.23 | 275.53 | 0.4 | 0.62 |
| Hex | A6 | 79 | C5 | 10 | 27 | 0 | 17 | 114 | 28 | 3E |
| Octal | 246 | 171 | 305 | 20 | 47 | 0 | 27 | 424 | 50 | 76 |
| Binary | 10100110 | 1111001 | 11000101 | 10000 | 100111 | 0 | 10111 | 100010100 | 101000 | 111110 |
Color Harmonies of #A679C5
Complementary color
Monochromatic Colors of #A679C5
Black with #A679C5
Text Example
Text Example
White with #A679C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679C5; }
p { color: rgb(166,121,197); }
H1.HeaderClassName
{
color: #A679C5;
}
.AnyTagClassName
{
color: #A679C5;
}
</style>
background-color css
<style>
a { background-color: #A679C5; }
a { background-color: rgb(166,121,197); }
div.DivClassName
{
background-color: #A679C5;
}
.BgClassName
{
background-color: #A679C5;
}
</style>
border-color css
<style>
span { border-color: #A679C5; }
span { border-color: rgb(166,121,197); }
td.TdClassName
{
border-color: #A679C5;
}
.TagClassName
{
border-color: #A679C5;
}
</style>