Shades of East Side #A484BD
Tints of East Side #A484BD
RGB
CMYK
RGB Variations
Color information
#A484BD (or 0xA484BD) is known color: East Side. HEX triplet: A4, 84 and BD. RGB value is (164,132,189). Sum of RGB (Red+Green+Blue) = 164+132+189=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #A484BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484BD is #5B7B42. Grayscale: #939393. Windows color (decimal): -5995331 or 12420260. OLE color: 12420260.
HSL color Cylindrical-coordinate representation of color #A484BD: hue angle of 273.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A484BD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 132 | 189 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.26 |
| HSL | 273.68º | 0.3% | 0.63% | - |
| HSV(B) | 273.68º | 0.3% | 0.74% | - |
| XYZ | 32.75 | 28.07 | 51.84 | - |
| YUV | 148.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 189 | 0.13 | 0.30 | 0 | 0.26 | 273.68 | 0.3 | 0.63 |
| Hex | A4 | 84 | BD | D | 1E | 0 | 1A | 112 | 1E | 3F |
| Octal | 244 | 204 | 275 | 15 | 36 | 0 | 32 | 422 | 36 | 77 |
| Binary | 10100100 | 10000100 | 10111101 | 1101 | 11110 | 0 | 11010 | 100010010 | 11110 | 111111 |
Color Harmonies of #A484BD
Complementary color
Monochromatic Colors of #A484BD
Black with #A484BD
Text Example
Text Example
White with #A484BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A484BD; }
p { color: rgb(164,132,189); }
H1.HeaderClassName
{
color: #A484BD;
}
.AnyTagClassName
{
color: #A484BD;
}
</style>
background-color css
<style>
a { background-color: #A484BD; }
a { background-color: rgb(164,132,189); }
div.DivClassName
{
background-color: #A484BD;
}
.BgClassName
{
background-color: #A484BD;
}
</style>
border-color css
<style>
span { border-color: #A484BD; }
span { border-color: rgb(164,132,189); }
td.TdClassName
{
border-color: #A484BD;
}
.TagClassName
{
border-color: #A484BD;
}
</style>