Shades of East Side #A982C6
Tints of East Side #A982C6
RGB
CMYK
RGB Variations
Color information
#A982C6 (or 0xA982C6) is known color: East Side. HEX triplet: A9, 82 and C6. RGB value is (169,130,198). Sum of RGB (Red+Green+Blue) = 169+130+198=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #A982C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982C6 is #567D39. Grayscale: #959595. Windows color (decimal): -5668154 or 13009577. OLE color: 13009577.
HSL color Cylindrical-coordinate representation of color #A982C6: hue angle of 274.41º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A982C6 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 130 | 198 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.22 |
| HSL | 274.41º | 0.37% | 0.64% | - |
| HSV(B) | 274.41º | 0.34% | 0.78% | - |
| XYZ | 34.54 | 28.48 | 57.1 | - |
| YUV | 149.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 198 | 0.15 | 0.34 | 0 | 0.22 | 274.41 | 0.37 | 0.64 |
| Hex | A9 | 82 | C6 | F | 22 | 0 | 16 | 112 | 25 | 40 |
| Octal | 251 | 202 | 306 | 17 | 42 | 0 | 26 | 422 | 45 | 100 |
| Binary | 10101001 | 10000010 | 11000110 | 1111 | 100010 | 0 | 10110 | 100010010 | 100101 | 1000000 |
Color Harmonies of #A982C6
Complementary color
Monochromatic Colors of #A982C6
Black with #A982C6
Text Example
Text Example
White with #A982C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982C6; }
p { color: rgb(169,130,198); }
H1.HeaderClassName
{
color: #A982C6;
}
.AnyTagClassName
{
color: #A982C6;
}
</style>
background-color css
<style>
a { background-color: #A982C6; }
a { background-color: rgb(169,130,198); }
div.DivClassName
{
background-color: #A982C6;
}
.BgClassName
{
background-color: #A982C6;
}
</style>
border-color css
<style>
span { border-color: #A982C6; }
span { border-color: rgb(169,130,198); }
td.TdClassName
{
border-color: #A982C6;
}
.TagClassName
{
border-color: #A982C6;
}
</style>