Shades of East Side #A679B2
Tints of East Side #A679B2
RGB
CMYK
RGB Variations
Color information
#A679B2 (or 0xA679B2) is known color: East Side. HEX triplet: A6, 79 and B2. RGB value is (166,121,178). Sum of RGB (Red+Green+Blue) = 166+121+178=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 178 - color contains mainly: blue. Hex color #A679B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A679B2 is #59864D. Grayscale: #8C8C8C. Windows color (decimal): -5867086 or 11696550. OLE color: 11696550.
HSL color Cylindrical-coordinate representation of color #A679B2: hue angle of 287.37º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A679B2 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 121 | 178 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.30 |
| HSL | 287.37º | 0.27% | 0.59% | - |
| HSV(B) | 287.37º | 0.32% | 0.7% | - |
| XYZ | 30.6 | 25 | 45.33 | - |
| YUV | 140.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 178 | 0.07 | 0.32 | 0 | 0.30 | 287.37 | 0.27 | 0.59 |
| Hex | A6 | 79 | B2 | 7 | 20 | 0 | 1E | 11F | 1B | 3B |
| Octal | 246 | 171 | 262 | 7 | 40 | 0 | 36 | 437 | 33 | 73 |
| Binary | 10100110 | 1111001 | 10110010 | 111 | 100000 | 0 | 11110 | 100011111 | 11011 | 111011 |
Color Harmonies of #A679B2
Complementary color
Monochromatic Colors of #A679B2
Black with #A679B2
Text Example
Text Example
White with #A679B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679B2; }
p { color: rgb(166,121,178); }
H1.HeaderClassName
{
color: #A679B2;
}
.AnyTagClassName
{
color: #A679B2;
}
</style>
background-color css
<style>
a { background-color: #A679B2; }
a { background-color: rgb(166,121,178); }
div.DivClassName
{
background-color: #A679B2;
}
.BgClassName
{
background-color: #A679B2;
}
</style>
border-color css
<style>
span { border-color: #A679B2; }
span { border-color: rgb(166,121,178); }
td.TdClassName
{
border-color: #A679B2;
}
.TagClassName
{
border-color: #A679B2;
}
</style>