Shades of East Side #A584BF
Tints of East Side #A584BF
RGB
CMYK
RGB Variations
Color information
#A584BF (or 0xA584BF) is known color: East Side. HEX triplet: A5, 84 and BF. RGB value is (165,132,191). Sum of RGB (Red+Green+Blue) = 165+132+191=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #A584BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584BF is #5A7B40. Grayscale: #949494. Windows color (decimal): -5929793 or 12551333. OLE color: 12551333.
HSL color Cylindrical-coordinate representation of color #A584BF: hue angle of 273.56º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A584BF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 132 | 191 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.25 |
| HSL | 273.56º | 0.32% | 0.63% | - |
| HSV(B) | 273.56º | 0.31% | 0.75% | - |
| XYZ | 33.17 | 28.26 | 53 | - |
| YUV | 148.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 191 | 0.14 | 0.31 | 0 | 0.25 | 273.56 | 0.32 | 0.63 |
| Hex | A5 | 84 | BF | E | 1F | 0 | 19 | 112 | 20 | 3F |
| Octal | 245 | 204 | 277 | 16 | 37 | 0 | 31 | 422 | 40 | 77 |
| Binary | 10100101 | 10000100 | 10111111 | 1110 | 11111 | 0 | 11001 | 100010010 | 100000 | 111111 |
Color Harmonies of #A584BF
Complementary color
Monochromatic Colors of #A584BF
Black with #A584BF
Text Example
Text Example
White with #A584BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A584BF; }
p { color: rgb(165,132,191); }
H1.HeaderClassName
{
color: #A584BF;
}
.AnyTagClassName
{
color: #A584BF;
}
</style>
background-color css
<style>
a { background-color: #A584BF; }
a { background-color: rgb(165,132,191); }
div.DivClassName
{
background-color: #A584BF;
}
.BgClassName
{
background-color: #A584BF;
}
</style>
border-color css
<style>
span { border-color: #A584BF; }
span { border-color: rgb(165,132,191); }
td.TdClassName
{
border-color: #A584BF;
}
.TagClassName
{
border-color: #A584BF;
}
</style>