Shades of East Side #A681B9
Tints of East Side #A681B9
RGB
CMYK
RGB Variations
Color information
#A681B9 (or 0xA681B9) is known color: East Side. HEX triplet: A6, 81 and B9. RGB value is (166,129,185). Sum of RGB (Red+Green+Blue) = 166+129+185=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 185 - color contains mainly: blue. Hex color #A681B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681B9 is #597E46. Grayscale: #929292. Windows color (decimal): -5865031 or 12157350. OLE color: 12157350.
HSL color Cylindrical-coordinate representation of color #A681B9: hue angle of 279.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A681B9 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 129 | 185 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.27 |
| HSL | 279.64º | 0.29% | 0.62% | - |
| HSV(B) | 279.64º | 0.3% | 0.73% | - |
| XYZ | 32.33 | 27.31 | 49.47 | - |
| YUV | 146.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 185 | 0.10 | 0.30 | 0 | 0.27 | 279.64 | 0.29 | 0.62 |
| Hex | A6 | 81 | B9 | A | 1E | 0 | 1B | 118 | 1D | 3E |
| Octal | 246 | 201 | 271 | 12 | 36 | 0 | 33 | 430 | 35 | 76 |
| Binary | 10100110 | 10000001 | 10111001 | 1010 | 11110 | 0 | 11011 | 100011000 | 11101 | 111110 |
Color Harmonies of #A681B9
Complementary color
Monochromatic Colors of #A681B9
Black with #A681B9
Text Example
Text Example
White with #A681B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A681B9; }
p { color: rgb(166,129,185); }
H1.HeaderClassName
{
color: #A681B9;
}
.AnyTagClassName
{
color: #A681B9;
}
</style>
background-color css
<style>
a { background-color: #A681B9; }
a { background-color: rgb(166,129,185); }
div.DivClassName
{
background-color: #A681B9;
}
.BgClassName
{
background-color: #A681B9;
}
</style>
border-color css
<style>
span { border-color: #A681B9; }
span { border-color: rgb(166,129,185); }
td.TdClassName
{
border-color: #A681B9;
}
.TagClassName
{
border-color: #A681B9;
}
</style>