Shades of East Side #A682BA
Tints of East Side #A682BA
RGB
CMYK
RGB Variations
Color information
#A682BA (or 0xA682BA) is known color: East Side. HEX triplet: A6, 82 and BA. RGB value is (166,130,186). Sum of RGB (Red+Green+Blue) = 166+130+186=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #A682BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682BA is #597D45. Grayscale: #929292. Windows color (decimal): -5864774 or 12223142. OLE color: 12223142.
HSL color Cylindrical-coordinate representation of color #A682BA: hue angle of 278.57º 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 #A682BA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 130 | 186 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.27 |
| HSL | 278.57º | 0.29% | 0.62% | - |
| HSV(B) | 278.57º | 0.3% | 0.73% | - |
| XYZ | 32.57 | 27.62 | 50.07 | - |
| YUV | 147.15 | 149.93 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 186 | 0.11 | 0.30 | 0 | 0.27 | 278.57 | 0.29 | 0.62 |
| Hex | A6 | 82 | BA | B | 1E | 0 | 1B | 117 | 1D | 3E |
| Octal | 246 | 202 | 272 | 13 | 36 | 0 | 33 | 427 | 35 | 76 |
| Binary | 10100110 | 10000010 | 10111010 | 1011 | 11110 | 0 | 11011 | 100010111 | 11101 | 111110 |
Color Harmonies of #A682BA
Complementary color
Monochromatic Colors of #A682BA
Black with #A682BA
Text Example
Text Example
White with #A682BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682BA; }
p { color: rgb(166,130,186); }
H1.HeaderClassName
{
color: #A682BA;
}
.AnyTagClassName
{
color: #A682BA;
}
</style>
background-color css
<style>
a { background-color: #A682BA; }
a { background-color: rgb(166,130,186); }
div.DivClassName
{
background-color: #A682BA;
}
.BgClassName
{
background-color: #A682BA;
}
</style>
border-color css
<style>
span { border-color: #A682BA; }
span { border-color: rgb(166,130,186); }
td.TdClassName
{
border-color: #A682BA;
}
.TagClassName
{
border-color: #A682BA;
}
</style>