Shades of East Side #A582BB
Tints of East Side #A582BB
RGB
CMYK
RGB Variations
Color information
#A582BB (or 0xA582BB) is known color: East Side. HEX triplet: A5, 82 and BB. RGB value is (165,130,187). Sum of RGB (Red+Green+Blue) = 165+130+187=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #A582BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582BB is #5A7D44. Grayscale: #929292. Windows color (decimal): -5930309 or 12288677. OLE color: 12288677.
HSL color Cylindrical-coordinate representation of color #A582BB: hue angle of 276.84º degrees, saturation: 0.3, 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 #A582BB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 130 | 187 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.27 |
| HSL | 276.84º | 0.3% | 0.62% | - |
| HSV(B) | 276.84º | 0.3% | 0.73% | - |
| XYZ | 32.47 | 27.55 | 50.62 | - |
| YUV | 146.96 | 150.6 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 187 | 0.12 | 0.30 | 0 | 0.27 | 276.84 | 0.3 | 0.62 |
| Hex | A5 | 82 | BB | C | 1E | 0 | 1B | 115 | 1E | 3E |
| Octal | 245 | 202 | 273 | 14 | 36 | 0 | 33 | 425 | 36 | 76 |
| Binary | 10100101 | 10000010 | 10111011 | 1100 | 11110 | 0 | 11011 | 100010101 | 11110 | 111110 |
Color Harmonies of #A582BB
Complementary color
Monochromatic Colors of #A582BB
Black with #A582BB
Text Example
Text Example
White with #A582BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A582BB; }
p { color: rgb(165,130,187); }
H1.HeaderClassName
{
color: #A582BB;
}
.AnyTagClassName
{
color: #A582BB;
}
</style>
background-color css
<style>
a { background-color: #A582BB; }
a { background-color: rgb(165,130,187); }
div.DivClassName
{
background-color: #A582BB;
}
.BgClassName
{
background-color: #A582BB;
}
</style>
border-color css
<style>
span { border-color: #A582BB; }
span { border-color: rgb(165,130,187); }
td.TdClassName
{
border-color: #A582BB;
}
.TagClassName
{
border-color: #A582BB;
}
</style>