Shades of East Side #A682BD
Tints of East Side #A682BD
RGB
CMYK
RGB Variations
Color information
#A682BD (or 0xA682BD) is known color: East Side. HEX triplet: A6, 82 and BD. RGB value is (166,130,189). Sum of RGB (Red+Green+Blue) = 166+130+189=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #A682BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682BD is #597D42. Grayscale: #939393. Windows color (decimal): -5864771 or 12419750. OLE color: 12419750.
HSL color Cylindrical-coordinate representation of color #A682BD: hue angle of 276.61º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A682BD is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 130 | 189 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.26 |
| HSL | 276.61º | 0.31% | 0.63% | - |
| HSV(B) | 276.61º | 0.31% | 0.74% | - |
| XYZ | 32.89 | 27.75 | 51.77 | - |
| YUV | 147.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 189 | 0.12 | 0.31 | 0 | 0.26 | 276.61 | 0.31 | 0.63 |
| Hex | A6 | 82 | BD | C | 1F | 0 | 1A | 115 | 1F | 3F |
| Octal | 246 | 202 | 275 | 14 | 37 | 0 | 32 | 425 | 37 | 77 |
| Binary | 10100110 | 10000010 | 10111101 | 1100 | 11111 | 0 | 11010 | 100010101 | 11111 | 111111 |
Color Harmonies of #A682BD
Complementary color
Monochromatic Colors of #A682BD
Black with #A682BD
Text Example
Text Example
White with #A682BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682BD; }
p { color: rgb(166,130,189); }
H1.HeaderClassName
{
color: #A682BD;
}
.AnyTagClassName
{
color: #A682BD;
}
</style>
background-color css
<style>
a { background-color: #A682BD; }
a { background-color: rgb(166,130,189); }
div.DivClassName
{
background-color: #A682BD;
}
.BgClassName
{
background-color: #A682BD;
}
</style>
border-color css
<style>
span { border-color: #A682BD; }
span { border-color: rgb(166,130,189); }
td.TdClassName
{
border-color: #A682BD;
}
.TagClassName
{
border-color: #A682BD;
}
</style>