Shades of East Side #A284B7
Tints of East Side #A284B7
RGB
CMYK
RGB Variations
Color information
#A284B7 (or 0xA284B7) is known color: East Side. HEX triplet: A2, 84 and B7. RGB value is (162,132,183). Sum of RGB (Red+Green+Blue) = 162+132+183=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 183 - color contains mainly: blue. Hex color #A284B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284B7 is #5D7B48. Grayscale: #929292. Windows color (decimal): -6126409 or 12027042. OLE color: 12027042.
HSL color Cylindrical-coordinate representation of color #A284B7: hue angle of 275.29º 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 #A284B7 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 132 | 183 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.28 |
| HSL | 275.29º | 0.26% | 0.62% | - |
| HSV(B) | 275.29º | 0.28% | 0.72% | - |
| XYZ | 31.7 | 27.6 | 48.46 | - |
| YUV | 146.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 183 | 0.11 | 0.28 | 0 | 0.28 | 275.29 | 0.26 | 0.62 |
| Hex | A2 | 84 | B7 | B | 1C | 0 | 1C | 113 | 1A | 3E |
| Octal | 242 | 204 | 267 | 13 | 34 | 0 | 34 | 423 | 32 | 76 |
| Binary | 10100010 | 10000100 | 10110111 | 1011 | 11100 | 0 | 11100 | 100010011 | 11010 | 111110 |
Color Harmonies of #A284B7
Complementary color
Monochromatic Colors of #A284B7
Black with #A284B7
Text Example
Text Example
White with #A284B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A284B7; }
p { color: rgb(162,132,183); }
H1.HeaderClassName
{
color: #A284B7;
}
.AnyTagClassName
{
color: #A284B7;
}
</style>
background-color css
<style>
a { background-color: #A284B7; }
a { background-color: rgb(162,132,183); }
div.DivClassName
{
background-color: #A284B7;
}
.BgClassName
{
background-color: #A284B7;
}
</style>
border-color css
<style>
span { border-color: #A284B7; }
span { border-color: rgb(162,132,183); }
td.TdClassName
{
border-color: #A284B7;
}
.TagClassName
{
border-color: #A284B7;
}
</style>