Shades of East Side #A383B9
Tints of East Side #A383B9
RGB
CMYK
RGB Variations
Color information
#A383B9 (or 0xA383B9) is known color: East Side. HEX triplet: A3, 83 and B9. RGB value is (163,131,185). Sum of RGB (Red+Green+Blue) = 163+131+185=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 185 - color contains mainly: blue. Hex color #A383B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383B9 is #5C7C46. Grayscale: #929292. Windows color (decimal): -6061127 or 12157859. OLE color: 12157859.
HSL color Cylindrical-coordinate representation of color #A383B9: hue angle of 275.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A383B9 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 131 | 185 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.27 |
| HSL | 275.56º | 0.28% | 0.62% | - |
| HSV(B) | 275.56º | 0.29% | 0.73% | - |
| XYZ | 31.98 | 27.52 | 49.53 | - |
| YUV | 146.72 | 149.6 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 185 | 0.12 | 0.29 | 0 | 0.27 | 275.56 | 0.28 | 0.62 |
| Hex | A3 | 83 | B9 | C | 1D | 0 | 1B | 114 | 1C | 3E |
| Octal | 243 | 203 | 271 | 14 | 35 | 0 | 33 | 424 | 34 | 76 |
| Binary | 10100011 | 10000011 | 10111001 | 1100 | 11101 | 0 | 11011 | 100010100 | 11100 | 111110 |
Color Harmonies of #A383B9
Complementary color
Monochromatic Colors of #A383B9
Black with #A383B9
Text Example
Text Example
White with #A383B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A383B9; }
p { color: rgb(163,131,185); }
H1.HeaderClassName
{
color: #A383B9;
}
.AnyTagClassName
{
color: #A383B9;
}
</style>
background-color css
<style>
a { background-color: #A383B9; }
a { background-color: rgb(163,131,185); }
div.DivClassName
{
background-color: #A383B9;
}
.BgClassName
{
background-color: #A383B9;
}
</style>
border-color css
<style>
span { border-color: #A383B9; }
span { border-color: rgb(163,131,185); }
td.TdClassName
{
border-color: #A383B9;
}
.TagClassName
{
border-color: #A383B9;
}
</style>