Shades of East Side #A290B4
Tints of East Side #A290B4
RGB
CMYK
RGB Variations
Color information
#A290B4 (or 0xA290B4) is known color: East Side. HEX triplet: A2, 90 and B4. RGB value is (162,144,180). Sum of RGB (Red+Green+Blue) = 162+144+180=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #A290B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290B4 is #5D6F4B. Grayscale: #999999. Windows color (decimal): -6123340 or 11833506. OLE color: 11833506.
HSL color Cylindrical-coordinate representation of color #A290B4: hue angle of 270º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A290B4 is Cyan = 0.1, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 144 | 180 | - |
| CMYK | 0.1 | 0.2 | 0 | 0.29 |
| HSL | 270º | 0.19% | 0.64% | - |
| HSV(B) | 270º | 0.2% | 0.71% | - |
| XYZ | 33.11 | 30.92 | 47.4 | - |
| YUV | 153.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 180 | 0.1 | 0.2 | 0 | 0.29 | 270 | 0.19 | 0.64 |
| Hex | A2 | 90 | B4 | A | 14 | 0 | 1D | 10E | 13 | 40 |
| Octal | 242 | 220 | 264 | 12 | 24 | 0 | 35 | 416 | 23 | 100 |
| Binary | 10100010 | 10010000 | 10110100 | 1010 | 10100 | 0 | 11101 | 100001110 | 10011 | 1000000 |
Color Harmonies of #A290B4
Complementary color
Monochromatic Colors of #A290B4
Black with #A290B4
Text Example
Text Example
White with #A290B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290B4; }
p { color: rgb(162,144,180); }
H1.HeaderClassName
{
color: #A290B4;
}
.AnyTagClassName
{
color: #A290B4;
}
</style>
background-color css
<style>
a { background-color: #A290B4; }
a { background-color: rgb(162,144,180); }
div.DivClassName
{
background-color: #A290B4;
}
.BgClassName
{
background-color: #A290B4;
}
</style>
border-color css
<style>
span { border-color: #A290B4; }
span { border-color: rgb(162,144,180); }
td.TdClassName
{
border-color: #A290B4;
}
.TagClassName
{
border-color: #A290B4;
}
</style>