Shades of East Side #A582BA
Tints of East Side #A582BA
RGB
CMYK
RGB Variations
Color information
#A582BA (or 0xA582BA) is known color: East Side. HEX triplet: A5, 82 and BA. RGB value is (165,130,186). Sum of RGB (Red+Green+Blue) = 165+130+186=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #A582BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582BA is #5A7D45. Grayscale: #929292. Windows color (decimal): -5930310 or 12223141. OLE color: 12223141.
HSL color Cylindrical-coordinate representation of color #A582BA: hue angle of 277.5º 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 #A582BA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 130 | 186 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.27 |
| HSL | 277.5º | 0.29% | 0.62% | - |
| HSV(B) | 277.5º | 0.3% | 0.73% | - |
| XYZ | 32.36 | 27.51 | 50.06 | - |
| YUV | 146.85 | 150.1 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 186 | 0.11 | 0.30 | 0 | 0.27 | 277.5 | 0.29 | 0.62 |
| Hex | A5 | 82 | BA | B | 1E | 0 | 1B | 116 | 1D | 3E |
| Octal | 245 | 202 | 272 | 13 | 36 | 0 | 33 | 426 | 35 | 76 |
| Binary | 10100101 | 10000010 | 10111010 | 1011 | 11110 | 0 | 11011 | 100010110 | 11101 | 111110 |
Color Harmonies of #A582BA
Complementary color
Monochromatic Colors of #A582BA
Black with #A582BA
Text Example
Text Example
White with #A582BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A582BA; }
p { color: rgb(165,130,186); }
H1.HeaderClassName
{
color: #A582BA;
}
.AnyTagClassName
{
color: #A582BA;
}
</style>
background-color css
<style>
a { background-color: #A582BA; }
a { background-color: rgb(165,130,186); }
div.DivClassName
{
background-color: #A582BA;
}
.BgClassName
{
background-color: #A582BA;
}
</style>
border-color css
<style>
span { border-color: #A582BA; }
span { border-color: rgb(165,130,186); }
td.TdClassName
{
border-color: #A582BA;
}
.TagClassName
{
border-color: #A582BA;
}
</style>