Shades of East Side #A390B7
Tints of East Side #A390B7
RGB
CMYK
RGB Variations
Color information
#A390B7 (or 0xA390B7) is known color: East Side. HEX triplet: A3, 90 and B7. RGB value is (163,144,183). Sum of RGB (Red+Green+Blue) = 163+144+183=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 183 - color contains mainly: blue. Hex color #A390B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390B7 is #5C6F48. Grayscale: #999999. Windows color (decimal): -6057801 or 12030115. OLE color: 12030115.
HSL color Cylindrical-coordinate representation of color #A390B7: hue angle of 269.23º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A390B7 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 144 | 183 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.28 |
| HSL | 269.23º | 0.21% | 0.64% | - |
| HSV(B) | 269.23º | 0.21% | 0.72% | - |
| XYZ | 33.62 | 31.15 | 49.04 | - |
| YUV | 154.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 183 | 0.11 | 0.21 | 0 | 0.28 | 269.23 | 0.21 | 0.64 |
| Hex | A3 | 90 | B7 | B | 15 | 0 | 1C | 10D | 15 | 40 |
| Octal | 243 | 220 | 267 | 13 | 25 | 0 | 34 | 415 | 25 | 100 |
| Binary | 10100011 | 10010000 | 10110111 | 1011 | 10101 | 0 | 11100 | 100001101 | 10101 | 1000000 |
Color Harmonies of #A390B7
Complementary color
Monochromatic Colors of #A390B7
Black with #A390B7
Text Example
Text Example
White with #A390B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A390B7; }
p { color: rgb(163,144,183); }
H1.HeaderClassName
{
color: #A390B7;
}
.AnyTagClassName
{
color: #A390B7;
}
</style>
background-color css
<style>
a { background-color: #A390B7; }
a { background-color: rgb(163,144,183); }
div.DivClassName
{
background-color: #A390B7;
}
.BgClassName
{
background-color: #A390B7;
}
</style>
border-color css
<style>
span { border-color: #A390B7; }
span { border-color: rgb(163,144,183); }
td.TdClassName
{
border-color: #A390B7;
}
.TagClassName
{
border-color: #A390B7;
}
</style>