Shades of East Side #A390AB
Tints of East Side #A390AB
RGB
CMYK
RGB Variations
Color information
#A390AB (or 0xA390AB) is known color: East Side. HEX triplet: A3, 90 and AB. RGB value is (163,144,171). Sum of RGB (Red+Green+Blue) = 163+144+171=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #A390AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A390AB is #5C6F54. Grayscale: #989898. Windows color (decimal): -6057813 or 11243683. OLE color: 11243683.
HSL color Cylindrical-coordinate representation of color #A390AB: hue angle of 282.22º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A390AB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 144 | 171 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.33 |
| HSL | 282.22º | 0.14% | 0.62% | - |
| HSV(B) | 282.22º | 0.16% | 0.67% | - |
| XYZ | 32.43 | 30.67 | 42.74 | - |
| YUV | 152.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 171 | 0.05 | 0.16 | 0 | 0.33 | 282.22 | 0.14 | 0.62 |
| Hex | A3 | 90 | AB | 5 | 10 | 0 | 21 | 11A | E | 3E |
| Octal | 243 | 220 | 253 | 5 | 20 | 0 | 41 | 432 | 16 | 76 |
| Binary | 10100011 | 10010000 | 10101011 | 101 | 10000 | 0 | 100001 | 100011010 | 1110 | 111110 |
Color Harmonies of #A390AB
Complementary color
Monochromatic Colors of #A390AB
Black with #A390AB
Text Example
Text Example
White with #A390AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A390AB; }
p { color: rgb(163,144,171); }
H1.HeaderClassName
{
color: #A390AB;
}
.AnyTagClassName
{
color: #A390AB;
}
</style>
background-color css
<style>
a { background-color: #A390AB; }
a { background-color: rgb(163,144,171); }
div.DivClassName
{
background-color: #A390AB;
}
.BgClassName
{
background-color: #A390AB;
}
</style>
border-color css
<style>
span { border-color: #A390AB; }
span { border-color: rgb(163,144,171); }
td.TdClassName
{
border-color: #A390AB;
}
.TagClassName
{
border-color: #A390AB;
}
</style>