Shades of East Side #A484B7
Tints of East Side #A484B7
RGB
CMYK
RGB Variations
Color information
#A484B7 (or 0xA484B7) is known color: East Side. HEX triplet: A4, 84 and B7. RGB value is (164,132,183). Sum of RGB (Red+Green+Blue) = 164+132+183=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 183 - color contains mainly: blue. Hex color #A484B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484B7 is #5B7B48. Grayscale: #939393. Windows color (decimal): -5995337 or 12027044. OLE color: 12027044.
HSL color Cylindrical-coordinate representation of color #A484B7: hue angle of 277.65º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A484B7 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 132 | 183 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.28 |
| HSL | 277.65º | 0.26% | 0.62% | - |
| HSV(B) | 277.65º | 0.28% | 0.72% | - |
| XYZ | 32.11 | 27.81 | 48.48 | - |
| YUV | 147.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 183 | 0.10 | 0.28 | 0 | 0.28 | 277.65 | 0.26 | 0.62 |
| Hex | A4 | 84 | B7 | A | 1C | 0 | 1C | 116 | 1A | 3E |
| Octal | 244 | 204 | 267 | 12 | 34 | 0 | 34 | 426 | 32 | 76 |
| Binary | 10100100 | 10000100 | 10110111 | 1010 | 11100 | 0 | 11100 | 100010110 | 11010 | 111110 |
Color Harmonies of #A484B7
Complementary color
Monochromatic Colors of #A484B7
Black with #A484B7
Text Example
Text Example
White with #A484B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A484B7; }
p { color: rgb(164,132,183); }
H1.HeaderClassName
{
color: #A484B7;
}
.AnyTagClassName
{
color: #A484B7;
}
</style>
background-color css
<style>
a { background-color: #A484B7; }
a { background-color: rgb(164,132,183); }
div.DivClassName
{
background-color: #A484B7;
}
.BgClassName
{
background-color: #A484B7;
}
</style>
border-color css
<style>
span { border-color: #A484B7; }
span { border-color: rgb(164,132,183); }
td.TdClassName
{
border-color: #A484B7;
}
.TagClassName
{
border-color: #A484B7;
}
</style>