Shades of East Side #A982C1
Tints of East Side #A982C1
RGB
CMYK
RGB Variations
Color information
#A982C1 (or 0xA982C1) is known color: East Side. HEX triplet: A9, 82 and C1. RGB value is (169,130,193). Sum of RGB (Red+Green+Blue) = 169+130+193=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #A982C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982C1 is #567D3E. Grayscale: #949494. Windows color (decimal): -5668159 or 12681897. OLE color: 12681897.
HSL color Cylindrical-coordinate representation of color #A982C1: hue angle of 277.14º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A982C1 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 130 | 193 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.24 |
| HSL | 277.14º | 0.34% | 0.63% | - |
| HSV(B) | 277.14º | 0.33% | 0.76% | - |
| XYZ | 33.97 | 28.25 | 54.11 | - |
| YUV | 148.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 193 | 0.12 | 0.33 | 0 | 0.24 | 277.14 | 0.34 | 0.63 |
| Hex | A9 | 82 | C1 | C | 21 | 0 | 18 | 115 | 22 | 3F |
| Octal | 251 | 202 | 301 | 14 | 41 | 0 | 30 | 425 | 42 | 77 |
| Binary | 10101001 | 10000010 | 11000001 | 1100 | 100001 | 0 | 11000 | 100010101 | 100010 | 111111 |
Color Harmonies of #A982C1
Complementary color
Monochromatic Colors of #A982C1
Black with #A982C1
Text Example
Text Example
White with #A982C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982C1; }
p { color: rgb(169,130,193); }
H1.HeaderClassName
{
color: #A982C1;
}
.AnyTagClassName
{
color: #A982C1;
}
</style>
background-color css
<style>
a { background-color: #A982C1; }
a { background-color: rgb(169,130,193); }
div.DivClassName
{
background-color: #A982C1;
}
.BgClassName
{
background-color: #A982C1;
}
</style>
border-color css
<style>
span { border-color: #A982C1; }
span { border-color: rgb(169,130,193); }
td.TdClassName
{
border-color: #A982C1;
}
.TagClassName
{
border-color: #A982C1;
}
</style>